From 908063b28b5c3beca841266562f24f4f9f23e2f4 Mon Sep 17 00:00:00 2001 From: Vincent Le Gallic Date: Tue, 1 May 2012 19:35:29 +0200 Subject: [PATCH] =?utf8?q?Fucking=20mistake=20entre=20r=C3=A9ponse=20et=20?= =?utf8?q?regexp=20de=20la=20r=C3=A9ponse?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- deconnaissances.acoeur.txt | 4 ++-- deconnaisseur.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/deconnaissances.acoeur.txt b/deconnaissances.acoeur.txt index 93ac3b5..e86df9c 100644 --- a/deconnaissances.acoeur.txt +++ b/deconnaissances.acoeur.txt @@ -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 diff --git a/deconnaisseur.py b/deconnaisseur.py index 4149d65..f8714b1 100755 --- a/deconnaisseur.py +++ b/deconnaisseur.py @@ -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() -- 2.39.2