]> gitweb.pimeys.fr Git - bots/basile.git/commitdiff
En cas de foirage d'encodage et quiet_channel, on n'engueule pas,
authorVincent Le Gallic <legallic@crans.org>
Sun, 20 May 2012 21:56:37 +0000 (23:56 +0200)
committerVincent Le Gallic <legallic@crans.org>
Sun, 20 May 2012 21:56:37 +0000 (23:56 +0200)
 mais on quitte quand même la fonction !

basile.py

index cdaa3e1c1091ade1b106af978b722e26a886e629..59653d076e20acf23025552ab1eb80e6756ada7d 100755 (executable)
--- 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()