]> gitweb.pimeys.fr Git - bots/basile.git/commitdiff
typo
authorVincent Le Gallic <legallic@crans.org>
Thu, 10 May 2012 19:42:28 +0000 (21:42 +0200)
committerVincent Le Gallic <legallic@crans.org>
Thu, 10 May 2012 19:42:28 +0000 (21:42 +0200)
basile.py

index 484d77bfb22a6f31164e8663ce29949b97e87f49..b403352ef0246bb18eeaddfe9afb1bc270814293 100755 (executable)
--- a/basile.py
+++ b/basile.py
@@ -827,7 +827,7 @@ class Basile(ircbot.SingleServerIRCBot):
         auteur = irclib.nm_to_n(ev.source())
         channel = ev.target()
         try:
-            test=bot_unicode(message)
+            test=bot_unicode(action)
         except UnicodeBotError:
             serv.privmsg(channel,
               "%s : Euh, tu fais de la merde avec ton encodage là, j'ai failli crasher…"%(auteur))