mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 19:19:32 +01:00
Slightly more pervasive logging.
This commit is contained in:
parent
8df8c27a66
commit
78bf842965
@ -193,6 +193,8 @@ class Services(privmsgs.CapabilityCheckingPrivmsg):
|
||||
elif 'incorrect' in s:
|
||||
log = 'Received "Password Incorrect" from NickServ.'
|
||||
self.log.warning(log)
|
||||
else:
|
||||
self.log.warning('Unexpected notice from NickServ: %r', s)
|
||||
|
||||
def getops(self, irc, msg, args):
|
||||
"""[<channel>]
|
||||
|
Loading…
Reference in New Issue
Block a user