From 6afd74d3ad9a25a84a84c1582c0c86fec399ed75 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Wed, 1 Sep 2004 06:23:05 +0000 Subject: [PATCH] This shouldn't ignore. --- plugins/ChannelLogger.py | 1 + 1 file changed, 1 insertion(+) 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