X-Git-Url: http://gitweb.pimeys.fr/?a=blobdiff_plain;f=config.py;h=bdacc73660c3d43501609039dbe3d3b15c1e361d;hb=c5f82cd9179a5f18d3daf918d99c59e579c899b4;hp=c5ed23084a5188e34cbd6b56bab05ecae1f52456;hpb=fd82edb0ced453a464d571892afebdfd756064f5;p=bots%2Fhung.git diff --git a/config.py b/config.py index c5ed230..bdacc73 100644 --- a/config.py +++ b/config.py @@ -7,11 +7,11 @@ 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]"] @@ -45,3 +45,11 @@ u"B Y E, C R U E L _ O R L D!", u"B Y E, C R U E L W O R L D!", ] 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)]