AttackProtector: Punish users even if they are ignored and/or defaultIgnore is True.

master
Valentin Lorentz 2012-09-22 17:52:52 +02:00
parent 7147abb9c3
commit d04194237e
1 changed files with 3 additions and 0 deletions

View File

@ -105,6 +105,9 @@ class AttackProtectorDatabase:
class AttackProtector(callbacks.Plugin):
"""This plugin protects channels against spam and flood"""
noIgnore = True
def __init__(self, irc):
self.__parent = super(AttackProtector, self)
self.__parent.__init__(irc)