Let's log what the actual message is.

This commit is contained in:
Jeremy Fincher 2004-08-22 06:26:19 +00:00
parent 980762492b
commit 4391272e50
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@ class Owner(privmsgs.CapabilityCheckingPrivmsg):
def inFilter(self, irc, msg):
if msg.command == 'PRIVMSG' and msg.nick == irc.nick:
self.log.warning('Somehow sent a message to myself, ignoring.')
self.log.warning('Somehow sent a message to myself: %r.', msg)
return None
return msg