Add a log.info.

This commit is contained in:
Jeremy Fincher 2004-07-23 06:55:54 +00:00
parent 2e4a8e3567
commit 7869413b55
1 changed files with 1 additions and 0 deletions

View File

@ -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))