mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 13:19:24 +01:00
Debug log already opped messages.
This commit is contained in:
parent
8f3d3908d2
commit
9e970274fb
@ -295,6 +295,8 @@ class Services(privmsgs.CapabilityCheckingPrivmsg):
|
|||||||
channel)
|
channel)
|
||||||
elif 'this channel has been registered' in s:
|
elif 'this channel has been registered' in s:
|
||||||
self.log.debug('Got "Registered channel" from ChanServ.')
|
self.log.debug('Got "Registered channel" from ChanServ.')
|
||||||
|
elif 'already opped' in s:
|
||||||
|
self.log.debug('Got "Already opped" from ChanServ.')
|
||||||
else:
|
else:
|
||||||
self.log.warning('Got unexpected notice from ChanServ: %r.', msg)
|
self.log.warning('Got unexpected notice from ChanServ: %r.', msg)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user