Services: log all messages from NickServ to info

Closes GH-1016.
This commit is contained in:
James Lu 2017-12-10 11:00:36 -08:00
parent 3ab226c129
commit 289c894dc5

View File

@ -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):