X-Git-Url: http://gitweb.pimeys.fr/?p=bots%2Fsaturnin.git;a=blobdiff_plain;f=config.py;h=89f6ace3243d31141f86f6b2a479337d25d5caf1;hp=b972805893ed934978fa98dd4aa126983870ac1e;hb=67723acea4e7ac0f02bb428552c637c45002556e;hpb=b216d6663a2ed6b814b5b3b43867653aa959cca8 diff --git a/config.py b/config.py index b972805..89f6ace 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*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,9 @@ 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_sentences = [u"I stayed alive, you're too slow !!!"] \ No newline at end of file +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)] +