We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2132c4f commit 9afa76aCopy full SHA for 9afa76a
sopel/coretasks.py
@@ -1066,6 +1066,7 @@ def auth_proceed(bot, trigger):
1066
return
1067
else:
1068
# Not an expected response from the server
1069
+ LOGGER.info("Aborting SASL: unexpected server reply '%s'" % trigger)
1070
# Send `authenticate-abort` command
1071
# See https://ircv3.net/specs/extensions/sasl-3.1#the-authenticate-command
1072
bot.write(('AUTHENTICATE', '*'))
0 commit comments