X-Git-Url: http://gitweb.pimeys.fr/?a=blobdiff_plain;f=config.py;h=187d09a831a8ab9453695bf47ef2f88cd68f0c5a;hb=271a22d2a4203b6eadf47809bb277e0324d422db;hp=8aa361c9625ba427d58de9002b88f6f90b3ebce3;hpb=31f306a50189a2b9656f0e1966dc406c20402aca;p=bots%2Fsaturnin.git diff --git a/config.py b/config.py index 8aa361c..187d09a 100644 --- a/config.py +++ b/config.py @@ -39,7 +39,7 @@ killwords = [u"pan", u"bim", u"bang"] score_file="scores.pickle" -spawn_delays = [60*10, 60*40] +spawn_delays = [60*120, 60*240] spawn_sentences = [ u"Coin ! Coin !", u"A year spent in artificial intelligence is enough to make one believe in God.", @@ -95,5 +95,15 @@ u"I'm calling you a killer. A natural born killer. You always have been, and you u"Are you the farmer?", ] -times_up_delays = [60*5, 60*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), + ("Parrot!*@*", None), + ("Flo!*@*", None), +] +