diff options
Diffstat (limited to 'megahal_bot.py')
-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) |