Debug log already opped messages.

This commit is contained in:
Jeremy Fincher 2004-08-27 07:14:08 +00:00
parent 8f3d3908d2
commit 9e970274fb

View File

@ -295,6 +295,8 @@ class Services(privmsgs.CapabilityCheckingPrivmsg):
channel)
elif 'this channel has been registered' in s:
self.log.debug('Got "Registered channel" from ChanServ.')
elif 'already opped' in s:
self.log.debug('Got "Already opped" from ChanServ.')
else:
self.log.warning('Got unexpected notice from ChanServ: %r.', msg)