]> gitweb.pimeys.fr Git - bots/hung.git/commitdiff
On .upper() les mots fournis manuellement
authorVincent Le Gallic <legallic@crans.org>
Sat, 8 Jun 2013 17:08:25 +0000 (19:08 +0200)
committerVincent Le Gallic <legallic@crans.org>
Sat, 8 Jun 2013 17:08:25 +0000 (19:08 +0200)
(sinon, comme on .upper() les lettres fournies, on a des surprises…)

hung.py

diff --git a/hung.py b/hung.py
index 0000a911ec927254b52597bf1785c9e870604f48..2e0355bbd4287891a8c661e5a88069491a818068 100755 (executable)
--- a/hung.py
+++ b/hung.py
@@ -331,6 +331,7 @@ class Hung(ircbot.SingleServerIRCBot):
         else:
             definition = "(custom word)"
         # ' et - sont considérés comme déjà devinés
+        mot = mot.upper()
         mot = [(lettre,lettre in config.non_guess_chars) for lettre in list(mot)]
         self.play_status[canal]=[mot,definition,{}]
         self.tried_letters[canal] = set ()