Added a checkIgnored to Owner.doPrivmsg.

This commit is contained in:
Jeremy Fincher 2003-11-04 07:05:25 +00:00
parent 91b01f9fe3
commit 94e3726b82
1 changed files with 2 additions and 0 deletions

View File

@ -109,6 +109,8 @@ class Owner(privmsgs.CapabilityCheckingPrivmsg):
def doPrivmsg(self, irc, msg):
callbacks.Privmsg.handled = False
if ircdb.checkIgnored(msg.prefix, msg.args[0]):
return
s = callbacks.addressed(irc.nick, msg)
if s:
try: