From 7869413b55d585ebea6b0052bee137ae6da1cf45 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Fri, 23 Jul 2004 06:55:54 +0000 Subject: [PATCH] Add a log.info. --- plugins/Anonymous.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/Anonymous.py b/plugins/Anonymous.py index 315963554..72740f053 100644 --- a/plugins/Anonymous.py +++ b/plugins/Anonymous.py @@ -94,6 +94,7 @@ class Anonymous(callbacks.Privmsg): irc.error('That channel has set its capabilities so as to ' 'disallow the use of this plugin.') return + self.log.info('Saying %r in %s due to %s.', text, channel, msg.prefix) irc.queueMsg(ircmsgs.privmsg(channel, text))