From 6daed7175e361c1d1518727f4397e50207a0ceee Mon Sep 17 00:00:00 2001 From: Vincent Le Gallic Date: Tue, 7 Nov 2017 15:43:15 +0100 Subject: [PATCH] =?utf8?q?Il=20faut=20maintenant=20s'adresser=20au=20bot?= =?utf8?q?=20pour=20r=C3=A9pondre?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- deconnaisseur.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deconnaisseur.py b/deconnaisseur.py index 9c3c21f..d0ff4dd 100755 --- a/deconnaisseur.py +++ b/deconnaisseur.py @@ -548,7 +548,7 @@ class Deconnaisseur(ircbot.SingleServerIRCBot): tryother=True else: tryother=True - if tryother: + if tryother and pour_moi: if self.play_status.get(canal,[-1])[0] in [1,2]: answer_regexp=self.play_status[canal][3] answer=self.play_status[canal][4] -- 2.39.2