mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 13:19:24 +01:00
Let's debug log a 'Registered channel' message from ChanServ.
This commit is contained in:
parent
c9396866f5
commit
4c0e8980a3
@ -293,6 +293,8 @@ class Services(privmsgs.CapabilityCheckingPrivmsg):
|
||||
elif 'isn\'t registered' in s:
|
||||
self.log.info('Received "%s isn\'t registered" from ChanServ',
|
||||
channel)
|
||||
elif 'this channel has been registered' in s:
|
||||
self.log.debug('Got "Registered channel" from ChanServ.')
|
||||
else:
|
||||
self.log.warning('Got unexpected notice from ChanServ: %r.', msg)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user