actually fix intermittent disconnections

master
mutantmonkey 2011-09-22 23:41:36 -04:00
parent 241084db6f
commit 2f2d365113
1 changed files with 1 additions and 1 deletions

2
bot.py
View File

@ -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: