From 28b0fdb79f8589a3aef2380989de48332c42a34a Mon Sep 17 00:00:00 2001 From: Vincent Le Gallic Date: Sun, 20 May 2012 23:56:37 +0200 Subject: [PATCH] =?utf8?q?En=20cas=20de=20foirage=20d'encodage=20et=20quie?= =?utf8?q?t=5Fchannel,=20on=20n'engueule=20pas,=20=20mais=20on=20quitte=20?= =?utf8?q?quand=20m=C3=AAme=20la=20fonction=20!?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- basile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basile.py b/basile.py index cdaa3e1..59653d0 100755 --- a/basile.py +++ b/basile.py @@ -673,7 +673,7 @@ class Basile(ircbot.SingleServerIRCBot): if not canal in self.quiet_channels: serv.privmsg(canal, "%s: Euh, tu fais de la merde avec ton encodage là, j'ai failli crasher…"%(auteur)) - return + return pour_moi,message=self.pourmoi(serv,message) if pour_moi and message.split()!=[]: cmd=message.split()[0].lower() -- 2.39.2