X-Git-Url: http://gitweb.pimeys.fr/?a=blobdiff_plain;f=config.py;h=9f2768f87ceaf95401214db06f036d68ab919b3d;hb=015c05016255df0dc06e6ebb2e21c7b8dbe34de4;hp=8aa361c9625ba427d58de9002b88f6f90b3ebce3;hpb=31f306a50189a2b9656f0e1966dc406c20402aca;p=bots%2Fsaturnin.git diff --git a/config.py b/config.py index 8aa361c..9f2768f 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,8 @@ 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 !!!"] + +ignored_pseudos = r'^Soldat\d+$' +ignored_pan_masks = [("*!leger@zamok.crans.org", "jben!*@*")]