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