]> gitweb.pimeys.fr Git - bots/saturnin.git/commitdiff
Ignorer Parrot
authorVincent Le Gallic <legallic@enst.fr>
Fri, 22 Dec 2017 23:17:19 +0000 (00:17 +0100)
committerVincent Le Gallic <legallic@enst.fr>
Fri, 22 Dec 2017 23:17:19 +0000 (00:17 +0100)
config.py

index 11f79f26b5a9e707cf7a1def66ab90395f1bb3d5..a5a47abd196850ae613377759cf45e1c7c925e69 100644 (file)
--- 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),
+]