X-Git-Url: http://gitweb.pimeys.fr/?p=bots%2Fsaturnin.git;a=blobdiff_plain;f=config.py;h=b972805893ed934978fa98dd4aa126983870ac1e;hp=7f349243a2feb14da41c9ee494e927cf3eaa259b;hb=b216d6663a2ed6b814b5b3b43867653aa959cca8;hpb=e5a491afbd015fa9a95a2fef3199fb8852ee93e2 diff --git a/config.py b/config.py index 7f34924..b972805 100644 --- a/config.py +++ b/config.py @@ -11,7 +11,7 @@ irc_pseudo="Saturnin" chanlist=["#flood", "#bot"] # liste des chans à rejoindre stay_channels=["#flood", "#bot"] # liste des chans que le bot ne quitte pas, même sur demande d'un leave de la part d'un OP quiet_channels=[] # liste des chans sur lesquels le bot ne parle pas -spawn_channels = ["#flood"] +play_channels = ["#flood"] # les logs logfile_template="saturnin.%s.log" # fichier de log (%s est remplacé par le nom du serveur) @@ -32,8 +32,66 @@ quit_fail_messages = [u"Do they teach you that in the CIA?"] leave_fail_messages = quit_fail_messages # config spécial canard -canards = [ur"\_%s<" % (tete) for tete in [u"0óøoOØ"]] + [""] +canards = [ur"\_%s< " % (tete) for tete in u"0óøoOØ@"] + [""] killwords = [u"pan", u"bim", u"bang"] -score_file="scores.pickle" \ No newline at end of file +score_file="scores.pickle" + +spawn_delays = [60*10, 60*20] +spawn_sentences = [ +u"Coin ! Coin !", +u"A year spent in artificial intelligence is enough to make one believe in God.", +u"Coin ! Coin ! I've got a bad feeling about this.", +u"I'm the king of the world!", +u"I am INVINCIBLE!", +u"Coin ! Coin ! Run Forrest! Run!", +u"Airplanes may kill you, but they ain't likely to hurt you.", +u"For NASA, space is still a high priority.", +u"Live long and prosper", +u"I'm the king of the world!", +u"zzzzzzzZZZZZZZZZZzzzzzzzzzzZZZZZZZZZz", +u"The only time I have problems is when I sleep.", +u"Think in the morning. Act in the noon. Eat in the evening. Sleep in the night.", +u"Life is something to do when you can't get to sleep.", +u"Men talk of killing time, while time quietly kills them.", +u"Coin ! Coin ! It's a bird...it's a plane...it's _________!", +] + +killed_templates = [u"I was killed by {0}"] +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} 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!", +u"The (bad) hunter {0} Tried to kill me But, Noooooooooooo!", +u"The (bad) hunter {0} have made a FAIL shot Do they teach you that in the CIA?", +] +proba_miss_sentence = 50 #% +miss_sentences = [ +u"Are you on drugs ?", +u"I've seen penguins that can shoot better than that.", +u"Priceless. There is things you cannot buy, for the rest there is…", +u"I can't hear you ! I'm using the scrambler.", +] +proba_killed_sentence = 40 #% +killed_sentences = [ +u"While I thought that I was learning how to live, I have been learning how to die.", +u"I can see your force is bigger than mine", +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"Everything that has a beginning, has an end.", +u"SOMEONE CALL 911!!!", +u"And loving it!", +u"NOOOOOOO!", +u"I'm calling you a killer. A natural born killer. You always have been, and you always will be.", +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