]> gitweb.pimeys.fr Git - bots/basile.git/blobdiff - basile.py
typo
[bots/basile.git] / 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))