mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-23 19:22:45 +01:00
Changed logging of ignorance in PrivmsgRegexp.
This commit is contained in:
parent
41d266f207
commit
92369c6fde
@ -646,7 +646,7 @@ class PrivmsgRegexp(Privmsg):
|
||||
|
||||
def doPrivmsg(self, irc, msg):
|
||||
if ircdb.checkIgnored(msg.prefix, msg.args[0]):
|
||||
debug.msg('PrivmsgRegexp.doPrivmsg: ignoring %s' % msg.args[0])
|
||||
debug.msg('PrivmsgRegexp.doPrivmsg: ignoring %s' % msg.prefix)
|
||||
return
|
||||
for (r, method) in self.res:
|
||||
m = r.search(msg.args[1])
|
||||
|
Loading…
Reference in New Issue
Block a user