diff options
| author | 2019-03-03 22:45:54 +0000 | |
|---|---|---|
| committer | 2019-03-03 22:45:54 +0000 | |
| commit | 4aa9a06635bbfe3f075c0e834eed3432e61add85 (patch) | |
| tree | ae4dec88fa873b11f9daae2a4cbfc77f5124cb55 /modules | |
| parent | Add IRCServer.has_capability and use it throughout line_handler (diff) | |
| signature | ||
@utils.hook shouldn't be in line_handler/message.py
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/line_handler/message.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/line_handler/message.py b/modules/line_handler/message.py index aa0e9643..69317c19 100644 --- a/modules/line_handler/message.py +++ b/modules/line_handler/message.py @@ -135,8 +135,6 @@ def notice(events, event): user.buffer.add_notice(user_nickname, message, event["tags"], True) -# IRCv3 TAGMSG, used to send tags without any other information -@utils.hook("raw.received.tagmsg") def tagmsg(events, event): from_self = _from_self(event["server"], event["direction"], event.get("prefix", None)) |
