mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-30 14:59:34 +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):
|
def inFilter(self, irc, msg):
|
||||||
if msg.command == 'PRIVMSG' and msg.nick == irc.nick:
|
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 None
|
||||||
return msg
|
return msg
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user