summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryvesf <yvesf@d0e8fea9-7529-0410-93fb-d39fd5b9c1dd>2009-06-10 09:35:48 +0000
committeryvesf <yvesf@d0e8fea9-7529-0410-93fb-d39fd5b9c1dd>2009-06-10 09:35:48 +0000
commitc3fd9c77ec6ff7f8b5d4dd58ffa682ca92c6528b (patch)
treebb9bb778fd666b93f26f47d576a53a112df64a4c
parent5c10135cb67aee2b133caf75eeeca472f1738e2f (diff)
downloadomegle-c3fd9c77ec6ff7f8b5d4dd58ffa682ca92c6528b.tar.gz
omegle-c3fd9c77ec6ff7f8b5d4dd58ffa682ca92c6528b.zip
asd
git-svn-id: http://xapek.org/svn/common/omegle@1103 d0e8fea9-7529-0410-93fb-d39fd5b9c1dd
-rw-r--r--megahal_bot.py2
1 files changed, 1 insertions, 1 deletions
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)