mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 05:09:23 +01:00
Let's log what the actual message is.
This commit is contained in:
parent
980762492b
commit
4391272e50
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user