mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-24 11:42:52 +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):
|
def doPrivmsg(self, irc, msg):
|
||||||
if ircdb.checkIgnored(msg.prefix, msg.args[0]):
|
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
|
return
|
||||||
for (r, method) in self.res:
|
for (r, method) in self.res:
|
||||||
m = r.search(msg.args[1])
|
m = r.search(msg.args[1])
|
||||||
|
Loading…
Reference in New Issue
Block a user