Skip to content

Unable to login with Soju Bouncer #1627

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
TheGreatestJannet opened this issue May 14, 2025 · 1 comment
Open

Unable to login with Soju Bouncer #1627

TheGreatestJannet opened this issue May 14, 2025 · 1 comment

Comments

@TheGreatestJannet
Copy link

Hello, I'm trying to set up Limnoria with Soju and I have added supybot.networks.SojuLiberaChat.ident: limnoria/LiberaChat but I get the following error when trying to launcher Limnoria:

supybot.networks.SojuLiberaChat.ident: Value must be a valid IRC nick or
                                     empty.
Please fix this error in your configuration file and restart your bot.

I have also tried: supybot.networks.SojuLiberaChat.ident: limnoria@iberaChat but that doesn't work either.

As mentioned here: https://codeberg.org/emersion/soju/src/branch/master/doc/getting-started.md soju uses username/network to connect to the correct network on login.

Is there a fix for this?

@progval
Copy link
Owner

progval commented May 15, 2025

IRC has different concepts that may be called "username": the ident, the gecos/realname, and the SASL username. Soju's documentation you linked doesn't clarify which one it calls username. However, @ is invalid in the ident, so it's probably not that one. https://soju.im/doc/soju.1.html#IRC_SERVICE refers to a "realname" next to a username, so probably not that one either.

So, try to configure supybot.networks.SojuLiberaChat.sasl.username instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants