From 2f2d3651130fc00bf1433f83e564f363c6e054e8 Mon Sep 17 00:00:00 2001 From: mutantmonkey Date: Thu, 22 Sep 2011 23:41:36 -0400 Subject: [PATCH] actually fix intermittent disconnections --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index 590fa13..26d9ae6 100755 --- a/bot.py +++ b/bot.py @@ -205,7 +205,7 @@ class Phenny(irc.Bot): def dispatch(self, origin, args): bytes, event, args = args[0], args[1], args[2:] - text = decode(bytes) + text = str(bytes) event = decode(event) if origin.nick in self.config.ignore: