mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-10-18 09:57:26 +02:00
Changed from a warning to a debug log for unexpected NickServ notices.
This commit is contained in:
parent
dda081b302
commit
157106fad6
@ -194,7 +194,7 @@ class Services(privmsgs.CapabilityCheckingPrivmsg):
|
|||||||
log = 'Received "Password Incorrect" from NickServ.'
|
log = 'Received "Password Incorrect" from NickServ.'
|
||||||
self.log.warning(log)
|
self.log.warning(log)
|
||||||
else:
|
else:
|
||||||
self.log.warning('Unexpected notice from NickServ: %r', s)
|
self.log.debug('Unexpected notice from NickServ: %r', s)
|
||||||
|
|
||||||
def getops(self, irc, msg, args):
|
def getops(self, irc, msg, args):
|
||||||
"""[<channel>]
|
"""[<channel>]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user