diff options
author | yvesf <yvesf@d0e8fea9-7529-0410-93fb-d39fd5b9c1dd> | 2009-06-10 09:35:48 +0000 |
---|---|---|
committer | yvesf <yvesf@d0e8fea9-7529-0410-93fb-d39fd5b9c1dd> | 2009-06-10 09:35:48 +0000 |
commit | c3fd9c77ec6ff7f8b5d4dd58ffa682ca92c6528b (patch) | |
tree | bb9bb778fd666b93f26f47d576a53a112df64a4c | |
parent | 5c10135cb67aee2b133caf75eeeca472f1738e2f (diff) | |
download | omegle-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.py | 2 |
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) |