mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-17 06:00:42 +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):
|
def do904(self, msg):
|
||||||
if (self.sasl == 'external' and self.sasl_username and
|
if (self.sasl == 'external' and self.sasl_username and
|
||||||
self.sasl_password):
|
self.sasl_password):
|
||||||
self.log.info('%s: SASL EXTERNAL failed, trying PLAIN.',
|
log.info('%s: SASL EXTERNAL failed, trying PLAIN.', self.network)
|
||||||
self.network)
|
|
||||||
|
|
||||||
self.sasl = 'plain'
|
self.sasl = 'plain'
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user