]> gitweb.pimeys.fr Git - bots/parrot.git/commitdiff
[unicode] kick reason
authorVincent Le Gallic <legallic@crans.org>
Sun, 16 Mar 2014 06:05:25 +0000 (07:05 +0100)
committerVincent Le Gallic <legallic@crans.org>
Sun, 16 Mar 2014 06:05:25 +0000 (07:05 +0100)
parrot.py

index 01ed82adecb1070b80b7d6c86928723b6ba46a2f..9d0927412e99cca6d6e4eaff98f3d602ebecffd0 100755 (executable)
--- a/parrot.py
+++ b/parrot.py
@@ -445,7 +445,7 @@ class Parrot(ircbot.SingleServerIRCBot):
         victime = ev.arguments()[0]
         raison = ev.arguments()[1]
         if victime == self.nick:
-            log(self.serveur, u"%s kické de %s par %s (raison : %s)" % (victime, channel.decode("utf-8"), auteur, raison))
+            log(self.serveur, "%s kické de %s par %s (raison : %s)" % (victime, channel, auteur, raison))
             time.sleep(2)
             serv.join(channel)