diff options
-rwxr-xr-x | gitnoti.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -218,7 +218,7 @@ class Bot(irc.IRCClient): repos[fullpath] = NotifyRepo(self, fullpath) def gitmsg(self, msg): - self.say(options.channel, msg) + self.say(options.channel, msg.encode('utf-8')) def signedOn(self): self.join(options.channel) |