X-Git-Url: http://gitweb.pimeys.fr/?p=bots%2Fhung.git;a=blobdiff_plain;f=config.py;h=bdacc73660c3d43501609039dbe3d3b15c1e361d;hp=52aa91eae4acb7313f0a46ef68bc2c36f7188a76;hb=HEAD;hpb=3a47cb6a49f4d1d7712408493c572f2765bb7a67 diff --git a/config.py b/config.py index 52aa91e..bdacc73 100644 --- a/config.py +++ b/config.py @@ -7,17 +7,17 @@ irc_password="I'mAHungMan" irc_pseudo="hung" chanlist=["#bot","#flood"] stay_channels=["#bot","#flood"] -play_channels=["#flood"] +play_channels=["#bot","#flood"] quiet_channels=[] logfile_template="hung.%s.log" -overops=["[20-100]","[20-100]_","Petite-Peste","PEB"] +overops=["[20-100]","Petite-Peste","PEB"] ops=[] report_bugs_to=["[20-100]"] # config UTF8-fail utf8_fail_answers = [u"Euh, tu fais de la merde avec ton encodage là, j'ai failli crasher…"] -utf8_trigger = True # râlé-je en cas de non-utf8 ? +utf8_trigger = False # râlé-je en cas de non-utf8 ? dico_mots="mots.txt" dico_defs="definitions.txt" @@ -48,3 +48,8 @@ leave_messages=["On finira la partie plus tard :p"] #: Nombre de chances avant d'être pendu lives = 7 +#: Caractères qui sont déjà affichés au début si il sont dans le mot +non_guess_chars = "'-(). " + +#: bad guys +blacklisted_masks = [("*!leger@zamok.crans.org", None), ("*!*@alpha.jben.info", None)]