X-Git-Url: http://gitweb.pimeys.fr/?a=blobdiff_plain;f=config.py;h=c87a71064576f7001b65c38c80da47e7186063b9;hb=fd1c71a3709fe0d256bc87a37078521272788f7c;hp=5b16ff154ec1707fee7067caf04c8be48899ccb1;hpb=30de85e9b50693da68ae1e3af0fdbb18ea19fde4;p=bots%2Fhung.git diff --git a/config.py b/config.py index 5b16ff1..c87a710 100644 --- a/config.py +++ b/config.py @@ -7,7 +7,7 @@ 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" @@ -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)]