mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-07 19:49:23 +01:00
Added ignoring check in PrivmsgRegexp. Fixed stupid bug stupid stupid bug tyop bug.GRRRRR
This commit is contained in:
parent
92250ca055
commit
f6392d4806
@ -446,7 +446,7 @@ class PrivmsgRegexp(Privmsg):
|
|||||||
debug.msg(s)
|
debug.msg(s)
|
||||||
|
|
||||||
def doPrivmsg(self, irc, msg):
|
def doPrivmsg(self, irc, msg):
|
||||||
if ircdb.checkIgnore(msg.prefix, msg.args[0]):
|
if ircdb.checkIgnored(msg.prefix, msg.args[0]):
|
||||||
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