mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-10 21:09:22 +01:00
Added ignoring check in PrivmsgRegexp.
This commit is contained in:
parent
f6488d6071
commit
92250ca055
@ -446,6 +446,8 @@ 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]):
|
||||||
|
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])
|
||||||
if m:
|
if m:
|
||||||
|
Loading…
Reference in New Issue
Block a user