mirror of
https://github.com/ncoevoet/ChanTracker.git
synced 2025-05-02 16:31:10 -05:00
typo
This commit is contained in:
parent
c84efa30c2
commit
eba780ecea
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user