]> gitweb.pimeys.fr Git - bots/saturnin.git/blobdiff - config.py
IRC, I hate you
[bots/saturnin.git] / config.py
index 89f6ace3243d31141f86f6b2a479337d25d5caf1..d9c688efc6c820ac73b07fab9827a04faa285355 100644 (file)
--- a/config.py
+++ b/config.py
@@ -12,6 +12,8 @@ chanlist=["#flood", "#bot"] # liste des chans à rejoindre
 stay_channels=["#flood", "#bot"] # liste des chans que le bot ne quitte pas, même sur demande d'un leave de la part d'un OP
 quiet_channels=[] # liste des chans sur lesquels le bot ne parle pas
 play_channels = ["#flood"]
+# taille max des messages IRC
+MAX_LENGTH = 400
 
 report_bugs_to = ["[20-100]"]
 # les logs
@@ -39,7 +41,7 @@ killwords = [u"pan", u"bim", u"bang"]
 
 score_file="scores.pickle"
 
-spawn_delays = [60*120, 60*240]
+spawn_delays = [60*60, 60*480]
 spawn_sentences = [
 u"Coin ! Coin !",
 u"A year spent in artificial intelligence is enough to make one believe in God.",
@@ -99,5 +101,11 @@ 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)]
+blacklisted_masks = [
+    ("*!leger@zamok.crans.org", None),
+    ("*!*@alpha.jben.info", None),
+    ("*!*@cranssls.vn9.0o99ub.IP", None),
+    ("Parrot!*@*", None),
+    ("Flo!*@*", None),
+]