Fix a copypaste fail that pointed TAGMSG at ACCOUNT handling code
This commit is contained in:
parent
e4a8ba06ca
commit
451b4e7207
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue