We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There's already an issue concerning SASL failure at rizon.net, and on irc.abandoned-irc.net I get this:
karkar.abandoned-irc.net ACK sasl karkar.abandoned-irc.net EXTERNAL,PLAIN are available SASL mechanisms karkar.abandoned-irc.net SASL authentication failed
And on irc.financialchat.com just this:
montreal.qc.ca.financialch NAK sasl
My nick there is registered on both servers, and I use this to produce a token:
python -c 'import base64; print(base64.encodebytes(b"nick\x00MyNick\x00MyPass"))'
And just in case, the same kirc with the same routine works just fine for irc.libera.chat.
Any hints? :)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There's already an issue concerning SASL failure at rizon.net, and on irc.abandoned-irc.net I get this:
And on irc.financialchat.com just this:
My nick there is registered on both servers, and I use this to produce a token:
And just in case, the same kirc with the same routine works just fine for irc.libera.chat.
Any hints? :)
The text was updated successfully, but these errors were encountered: