From 1646c968ae52f2aa668cfa92a895d6a734ba46a1 Mon Sep 17 00:00:00 2001 From: Vincent Le Gallic Date: Thu, 10 May 2012 21:42:28 +0200 Subject: [PATCH] typo --- basile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basile.py b/basile.py index 484d77b..b403352 100755 --- 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)) -- 2.39.2