diff --git a/IRCLineHandler.py b/IRCLineHandler.py index e3a53303..9f3b6090 100644 --- a/IRCLineHandler.py +++ b/IRCLineHandler.py @@ -44,7 +44,7 @@ class LineHandler(object): events.on("raw.NOTICE").hook(self.notice) events.on("raw.CHGHOST").hook(self.chghost) events.on("raw.ACCOUNT").hook(self.account) - events.on("raw.TAGMSG").hook(self.account) + events.on("raw.TAGMSG").hook(self.tagmsg) events.on("raw.AWAY").hook(self.away) events.on("raw.CAP").hook(self.cap)