From c3fd9c77ec6ff7f8b5d4dd58ffa682ca92c6528b Mon Sep 17 00:00:00 2001 From: yvesf Date: Wed, 10 Jun 2009 09:35:48 +0000 Subject: asd git-svn-id: http://xapek.org/svn/common/omegle@1103 d0e8fea9-7529-0410-93fb-d39fd5b9c1dd --- megahal_bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/megahal_bot.py b/megahal_bot.py index 6b0c7e9..e2a9f8c 100644 --- a/megahal_bot.py +++ b/megahal_bot.py @@ -25,7 +25,7 @@ class MegahalBot(OmegleChat): def respond(self,message): - r=mh_python.doreply(message) + r=mh_python.doreply(message.encode("utf-8")) print self.c("%s [MSG] %s: %s" %(time.strftime("%H:%M:%S"), self.name, r),bold=True) self.send(r) -- cgit v1.2.1