mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-10 20:22:36 +01:00
Prevent entrymsgs from spamming warnings
This commit is contained in:
parent
be6116f958
commit
b4a63fa89e
@ -264,6 +264,8 @@ class Services(callbacks.Plugin):
|
||||
on)
|
||||
elif 'inviting' in s:
|
||||
self.log.debug('Got "Inviting to channel" from ChanServ %s.', on)
|
||||
elif s.startswith('[#'):
|
||||
self.log.debug('Got entrymsg from ChanServ %s.', on)
|
||||
else:
|
||||
self.log.warning('Got unexpected notice from ChanServ %s: %r.',
|
||||
on, msg)
|
||||
|
Loading…
Reference in New Issue
Block a user