From eba780ecea902f6dcb446a744dcb62272ed203b2 Mon Sep 17 00:00:00 2001 From: Nicolas Coevoet Date: Sat, 7 Dec 2013 20:01:38 +0100 Subject: [PATCH] typo --- plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.py b/plugin.py index 975e231..9a1275a 100644 --- a/plugin.py +++ b/plugin.py @@ -87,7 +87,7 @@ def matchHostmask (pattern,n): cache[host] = None except: cache[host] = None - self.log.debug('checking %s / %s' % (pattern,n)) + log.debug('checking %s / %s' % (pattern,n)) if n.ip != None and ircutils.hostmaskPatternEqual(pattern,'%s!%s@%s' % (nick,ident,n.ip)): return '%s!%s@%s' % (nick,ident,n.ip) if ircutils.hostmaskPatternEqual(pattern,n.prefix):