summaryrefslogtreecommitdiffstats
path: root/Reaktor/IRC/asybot.py
diff options
context:
space:
mode:
Diffstat (limited to 'Reaktor/IRC/asybot.py')
-rwxr-xr-xReaktor/IRC/asybot.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Reaktor/IRC/asybot.py b/Reaktor/IRC/asybot.py
index 7fcc2ea6..9a183413 100755
--- a/Reaktor/IRC/asybot.py
+++ b/Reaktor/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 == '*':