X-Git-Url: http://gitweb.pimeys.fr/?p=bots%2Fsaturnin.git;a=blobdiff_plain;f=config.py;h=8aa361c9625ba427d58de9002b88f6f90b3ebce3;hp=b972805893ed934978fa98dd4aa126983870ac1e;hb=31f306a50189a2b9656f0e1966dc406c20402aca;hpb=b216d6663a2ed6b814b5b3b43867653aa959cca8 diff --git a/config.py b/config.py index b972805..8aa361c 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*20] +spawn_delays = [60*10, 60*40] 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!", @@ -94,4 +96,4 @@ u"Are you the farmer?", ] times_up_delays = [60*5, 60*10] -times_up_sentences = [u"I stayed alive, you're too slow !!!"] \ No newline at end of file +times_up_sentences = [u"I stayed alive, you're too slow !!!"]