X-Git-Url: http://gitweb.pimeys.fr/?p=bots%2Fsaturnin.git;a=blobdiff_plain;f=config.py;h=6c72e86eef0dfae015830e6b4481a9abe8aed6b8;hp=504618962d2a9c30787f7134b06e7a824467d0f8;hb=de4d0f724e8387234ff1d634249cf5dd6c8e248c;hpb=f2fa64b79142a7b6ed0b696eb381d3888804504f diff --git a/config.py b/config.py index 5046189..6c72e86 100644 --- a/config.py +++ b/config.py @@ -13,6 +13,7 @@ stay_channels=["#flood", "#bot"] # liste des chans que le bot ne quitte pas, mê quiet_channels=[] # liste des chans sur lesquels le bot ne parle pas play_channels = ["#flood"] +report_bugs_to = ["[20-100]"] # les logs logfile_template="saturnin.%s.log" # fichier de log (%s est remplacé par le nom du serveur) @@ -38,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.", @@ -63,7 +64,7 @@ proba_miss = 30 #% miss_templates = [ u"The (bad) hunter {0} missed me !!!", u"The (bad) hunter {0} missed me !", -u"The (bad) hunter {0} missed me…", +u"The (bad) hunter {0} missed me...", u"The (bad) hunter {0} tried ... aw come on, baby, just touch it", u"The (bad) hunter {0} missed it by that much", u"The (bad) hunter {0} didn't touch me ... Victory is mine!", @@ -85,6 +86,7 @@ u"Do you like D*cks ???", u"I'll be back.", u"I am become death, the destroyer of worlds.", u"I believed I was invincible.", +u"Aw, crap...", u"Everything that has a beginning, has an end.", u"SOMEONE CALL 911!!!", u"And loving it!", @@ -93,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 !!!"]