mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-05-13 18:07:25 +02: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 '
|
'NickServ %s. Check email at %s and send the '
|
||||||
'auth command to NickServ.', on, email)
|
'auth command to NickServ.', on, email)
|
||||||
else:
|
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):
|
def checkPrivileges(self, irc, channel):
|
||||||
if self.disabled(irc):
|
if self.disabled(irc):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user