diff --git a/core/bot.py b/core/bot.py index 45dd84f..1554423 100644 --- a/core/bot.py +++ b/core/bot.py @@ -280,7 +280,7 @@ class IRCBot(IRCClient): self.event(type="self", mtype="msg", channel=self.nickname, nick=channel, ident=ident, host=host, msg=msg) else: self.event(type="self", mtype="msg", channel=channel, nick=self.nickname, ident=ident, host=host, msg=msg) - # self.event(type="msg", channel=channel, nick=self.nickname, ident=ident, host=host, msg=msg) + self.event(type="msg", channel=channel, nick=self.nickname, ident=ident, host=host, msg=msg) self.msg(channel, msg) def get(self, var):