X-Git-Url: http://gitweb.pimeys.fr/?a=blobdiff_plain;f=config.py;h=c87a71064576f7001b65c38c80da47e7186063b9;hb=fd1c71a3709fe0d256bc87a37078521272788f7c;hp=0eda4499bef4c5ff596f68aa8ee959d0b98b5375;hpb=8cd5df9cdfbae866cb1744b9e9cc192c52efb2bc;p=bots%2Fhung.git diff --git a/config.py b/config.py index 0eda449..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" @@ -49,4 +49,7 @@ 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 = "'-()." +non_guess_chars = "'-(). " + +#: bad guys +blacklisted_masks = [("*!leger@zamok.crans.org", None)]