From: Vincent Le Gallic Date: Fri, 22 Dec 2017 23:17:19 +0000 (+0100) Subject: Ignorer Parrot X-Git-Url: http://gitweb.pimeys.fr/?p=bots%2Fsaturnin.git;a=commitdiff_plain;h=778aa28822580eb0cc3bf2636add59c26df47fdf Ignorer Parrot --- diff --git a/config.py b/config.py index 11f79f2..a5a47ab 100644 --- a/config.py +++ b/config.py @@ -99,5 +99,10 @@ times_up_delays = [60*10, 60*20] times_up_sentences = [u"I stayed alive, you're too slow !!!"] #: bad guys -blacklisted_masks = [("*!leger@zamok.crans.org", None), ("*!*@alpha.jben.info", None), ("*!*@cranssls.vn9.0o99ub.IP", None)] +blacklisted_masks = [ + ("*!leger@zamok.crans.org", None), + ("*!*@alpha.jben.info", None), + ("*!*@cranssls.vn9.0o99ub.IP", None), + ("Parrot!*@*", None), +]