mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-02 17:29:22 +01: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.'
|
||||
self.log.warning(log)
|
||||
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):
|
||||
"""[<channel>]
|
||||
|
Loading…
Reference in New Issue
Block a user