Skip to content

Commit 9afa76a

Browse files
committed
coretasks: emit log entry if SASL auth aborts
1 parent 2132c4f commit 9afa76a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sopel/coretasks.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1066,6 +1066,7 @@ def auth_proceed(bot, trigger):
10661066
return
10671067
else:
10681068
# Not an expected response from the server
1069+
LOGGER.info("Aborting SASL: unexpected server reply '%s'" % trigger)
10691070
# Send `authenticate-abort` command
10701071
# See https://ircv3.net/specs/extensions/sasl-3.1#the-authenticate-command
10711072
bot.write(('AUTHENTICATE', '*'))

0 commit comments

Comments
 (0)