]> gitweb.pimeys.fr Git - bots/hung.git/blobdiff - config.py
Boulet
[bots/hung.git] / config.py
index 5b16ff154ec1707fee7067caf04c8be48899ccb1..c87a71064576f7001b65c38c80da47e7186063b9 100644 (file)
--- 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)]