mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-24 11:42:52 +01:00
Services: log all messages from NickServ to info
Closes GH-1016.
This commit is contained in:
parent
3ab226c129
commit
289c894dc5
@ -345,7 +345,7 @@ class Services(callbacks.Plugin):
|
||||
'NickServ %s. Check email at %s and send the '
|
||||
'auth command to NickServ.', on, email)
|
||||
else:
|
||||
self.log.debug('Unexpected notice from NickServ %s: %q.', on, s)
|
||||
self.log.info('Received notice from NickServ %s: %q.', on, s)
|
||||
|
||||
def checkPrivileges(self, irc, channel):
|
||||
if self.disabled(irc):
|
||||
|
Loading…
Reference in New Issue
Block a user