]> gitweb.pimeys.fr Git - bots/deconnaisseur.git/commitdiff
Fucking mistake entre réponse et regexp de la réponse
authorVincent Le Gallic <deconnaisseur@crans.org>
Tue, 1 May 2012 17:35:29 +0000 (19:35 +0200)
committerVincent Le Gallic <deconnaisseur@crans.org>
Tue, 1 May 2012 17:35:29 +0000 (19:35 +0200)
deconnaissances.acoeur.txt
deconnaisseur.py

index 93ac3b51683e7c6fbb758bc14740a3b288caf45b..e86df9cbce926cbaa674dec4e161c1235c5deb11 100644 (file)
@@ -729,7 +729,7 @@ Actrice : Les 6 cochons de Simone
 Le chat
 Simone (6|six) gorets
 Simone 6 gorets
-0
+1
 %
 Actrice : Bout de Sophie
 La boum
@@ -856,4 +856,4 @@ Rambo
 Sylvester slalome
 Sylvester slalome
 1
-%
+%
\ No newline at end of file
index 4149d65427ac0fe171e05b9b74ab08fe561b1ddf..f8714b162bb500ba9ffa5aafb54da543dc28bd6e 100755 (executable)
@@ -365,7 +365,7 @@ class Deconnaisseur(ircbot.SingleServerIRCBot):
             tryother=True
         if tryother:
             if self.play_status.get(canal,[-1])[0] in [1,2]:
-                answer=self.play_status[canal][3]
+                answer=self.play_status[canal][4]
                 if re.match(tolere(answer),unicode(message,"utf8").lower()):
                     serv.privmsg(canal,"%s: bravo ! (C'était %s)"%(auteur,answer))
                     token=time.time()