diff --git a/plugins/ChannelLogger.py b/plugins/ChannelLogger.py index a7e629fc3..512b2a255 100644 --- a/plugins/ChannelLogger.py +++ b/plugins/ChannelLogger.py @@ -92,6 +92,7 @@ class FakeLog(object): return class ChannelLogger(callbacks.Privmsg): + noIgnore = True def __init__(self): callbacks.Privmsg.__init__(self) self.lastMsg = None