mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 19:19:32 +01:00
irclib: Remove some useless SASL debug messages
This commit is contained in:
parent
14e51f6193
commit
6be8204805
@ -954,13 +954,10 @@ class Irc(IrcCommandDispatcher):
|
|||||||
|
|
||||||
def do903(self, msg):
|
def do903(self, msg):
|
||||||
log.info('%s: SASL authentication successful' % self.network)
|
log.info('%s: SASL authentication successful' % self.network)
|
||||||
log.debug('Sending CAP END command.')
|
|
||||||
self.queueMsg(ircmsgs.IrcMsg(command="CAP", args=('END',)))
|
self.queueMsg(ircmsgs.IrcMsg(command="CAP", args=('END',)))
|
||||||
|
|
||||||
def do904(self, msg):
|
def do904(self, msg):
|
||||||
log.warning('%s: SASL authentication failed' % self.network)
|
log.warning('%s: SASL authentication failed' % self.network)
|
||||||
log.debug('Aborting authentication.')
|
|
||||||
log.debug('Sending CAP END command.')
|
|
||||||
self.queueMsg(ircmsgs.IrcMsg(command="CAP", args=('END',)))
|
self.queueMsg(ircmsgs.IrcMsg(command="CAP", args=('END',)))
|
||||||
|
|
||||||
def _getNextNick(self):
|
def _getNextNick(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user