From 4075383d804968e4b69099518c00319350425dc4 Mon Sep 17 00:00:00 2001 From: Nicolas Coevoet Date: Tue, 17 Dec 2013 10:26:52 +0100 Subject: [PATCH] typo --- plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.py b/plugin.py index 823eea3..92b0cb4 100644 --- a/plugin.py +++ b/plugin.py @@ -1902,7 +1902,7 @@ class ChanTracker(callbacks.Plugin,plugins.ChannelDBHandler): banned = False if c.bans: for ban in c.bans: - if match (ban,n): + if match (ban,n,irc): i.add(irc,channel,'b',best,-1,irc.prefix,self.getDb(irc.network)) banned = True if best and not self._isVip(irc,channel,n) and not banned: