mirror of
https://github.com/ncoevoet/ChanTracker.git
synced 2025-05-07 03:53:41 -05:00
typo
This commit is contained in:
parent
905a13e70c
commit
4075383d80
@ -1902,7 +1902,7 @@ class ChanTracker(callbacks.Plugin,plugins.ChannelDBHandler):
|
|||||||
banned = False
|
banned = False
|
||||||
if c.bans:
|
if c.bans:
|
||||||
for ban in 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))
|
i.add(irc,channel,'b',best,-1,irc.prefix,self.getDb(irc.network))
|
||||||
banned = True
|
banned = True
|
||||||
if best and not self._isVip(irc,channel,n) and not banned:
|
if best and not self._isVip(irc,channel,n) and not banned:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user