You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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: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?
The text was updated successfully, but these errors were encountered: