From: Vincent Le Gallic Date: Wed, 19 Jun 2013 17:43:15 +0000 (+0200) Subject: Boulet X-Git-Url: http://gitweb.pimeys.fr/?p=bots%2Fhistorien.git;a=commitdiff_plain;h=09e758888215e3c8c2954f686f4debae06fd7656 Boulet --- diff --git a/historien.py b/historien.py index 33b9af6..eba4ac3 100755 --- a/historien.py +++ b/historien.py @@ -60,7 +60,8 @@ def ignore_event(serv, ev): else: exceptit = bool(irclib.mask_matches(usermask, exceptmask)) blackit = bool(irclib.mask_matches(usermask, blackmask)) - return blackit and not exceptit + if blackit and not exceptit: + return True class GoodCentury(Exception): pass