]> gitweb.pimeys.fr Git - bots/hung.git/blobdiff - config.py
Fail float/int + compter le bonus qu'on annonce, c'est mieux
[bots/hung.git] / config.py
index 5b16ff154ec1707fee7067caf04c8be48899ccb1..bdacc73660c3d43501609039dbe3d3b15c1e361d 100644 (file)
--- 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]"]
 
@@ -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)]