mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-11 12:42:34 +01:00
Services: update my comment
This commit is contained in:
parent
3665d263ac
commit
5bc0d4311c
@ -270,8 +270,9 @@ class Services(callbacks.Plugin):
|
|||||||
self.log.debug('Got entrymsg from ChanServ %s.', on)
|
self.log.debug('Got entrymsg from ChanServ %s.', on)
|
||||||
elif ircutils.isChannel(msg.args[0]):
|
elif ircutils.isChannel(msg.args[0]):
|
||||||
# Atheme uses channel-wide notices for alerting channel access
|
# Atheme uses channel-wide notices for alerting channel access
|
||||||
# changes if the FANTASY setting is on; we can suppress these
|
# changes if the FANTASY or VERBOSE setting is on; we can suppress
|
||||||
# 'unexpected notice' warnings since they're not really important.
|
# these 'unexpected notice' warnings since they're not really
|
||||||
|
# important.
|
||||||
pass
|
pass
|
||||||
else:
|
else:
|
||||||
self.log.warning('Got unexpected notice from ChanServ %s: %r.',
|
self.log.warning('Got unexpected notice from ChanServ %s: %r.',
|
||||||
|
Loading…
Reference in New Issue
Block a user