AttackProtector: Fix the bug fix.

master
Valentin Lorentz 2011-08-29 18:29:40 +00:00
parent bbd1fa5d22
commit 050687020c
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ class AttackProtector(callbacks.Plugin):
capability = self.registryValue('exempt')
if capability:
if ircdb.checkCapability(msg.prefix,
','.join(channel, capability)):
','.join([channel, capability])):
return
except KeyError:
pass