diff options
-rwxr-xr-x | IRC/asybot.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/IRC/asybot.py b/IRC/asybot.py index 7fcc2ea..9a18341 100755 --- a/IRC/asybot.py +++ b/IRC/asybot.py @@ -133,7 +133,7 @@ class asybot(asychat): '^(\w+|\*):\s*(\w+)(?:\s+(.*))?$', rest) except (ValueError, Exception): if search(self.nickname, rest): - PRIVMSG('I\'m so famous') + PRIVMSG('I\'m so famous'.encode(encoding='UTF-8')) return # ignore if _handle == self.nickname or _handle == '*': |