From: Saturnin, le bot IRC Date: Fri, 26 Oct 2012 14:56:35 +0000 (+0200) Subject: delays++ X-Git-Url: http://gitweb.pimeys.fr/?p=bots%2Fsaturnin.git;a=commitdiff_plain;h=adf4b9a0e18cc62a5f8ebb2929c1917311b97298 delays++ --- diff --git a/config.py b/config.py index 5325d6e..6c72e86 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*60, 60*180] +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,5 @@ 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 !!!"]