@utils.hook shouldn't be in line_handler/message.py
This commit is contained in:
parent
7a3db82300
commit
4aa9a06635
1 changed files with 0 additions and 2 deletions
|
@ -135,8 +135,6 @@ def notice(events, event):
|
||||||
user.buffer.add_notice(user_nickname, message, event["tags"],
|
user.buffer.add_notice(user_nickname, message, event["tags"],
|
||||||
True)
|
True)
|
||||||
|
|
||||||
# IRCv3 TAGMSG, used to send tags without any other information
|
|
||||||
@utils.hook("raw.received.tagmsg")
|
|
||||||
def tagmsg(events, event):
|
def tagmsg(events, event):
|
||||||
from_self = _from_self(event["server"], event["direction"],
|
from_self = _from_self(event["server"], event["direction"],
|
||||||
event.get("prefix", None))
|
event.get("prefix", None))
|
||||||
|
|
Loading…
Reference in a new issue