aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlassulus <lassulus@googlemail.com>2013-12-16 16:28:38 +0100
committerlassulus <lassulus@googlemail.com>2013-12-16 16:28:38 +0100
commit58ed45469cab2e25f2a2a7a98de22ac079763063 (patch)
tree3c2906e283bdee07f0486dee9da0b8b512ca79d5
parent2b271a1187bb19e464627f38fdb8caa7160eaf12 (diff)
Reaktor/IRC: encode harder
-rwxr-xr-xIRC/asybot.py2
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 == '*':