mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 19:19:32 +01:00
src/irclib.py: fix typo causing an error on 904
This commit is contained in:
parent
e6d80f9346
commit
18ccc168f5
@ -1011,8 +1011,7 @@ class Irc(IrcCommandDispatcher):
|
||||
def do904(self, msg):
|
||||
if (self.sasl == 'external' and self.sasl_username and
|
||||
self.sasl_password):
|
||||
self.log.info('%s: SASL EXTERNAL failed, trying PLAIN.',
|
||||
self.network)
|
||||
log.info('%s: SASL EXTERNAL failed, trying PLAIN.', self.network)
|
||||
|
||||
self.sasl = 'plain'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user