Added ignoring check in PrivmsgRegexp. Fixed stupid bug stupid stupid bug tyop bug.GRRRRR

This commit is contained in:
Jeremy Fincher 2003-04-20 01:35:05 +00:00
parent 92250ca055
commit f6392d4806
1 changed files with 1 additions and 1 deletions

View File

@ -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])