aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--IRCLineHandler.py2
1 files changed, 1 insertions, 1 deletions
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)