irc-framework icon indicating copy to clipboard operation
irc-framework copied to clipboard

Support TAGMSG as a message type

Open vith opened this issue 7 years ago • 0 comments

Currently TAGMSG commands are not emitted through the 'message' event and do not get a .reply() method added to the event object.

https://github.com/kiwiirc/irc-framework/blob/759a85ee7881418f736b683ba3ecd51b3efeed3c/src/client.js#L177-L188

https://ircv3.net/specs/core/message-tags-3.3.html#the-tagmsg-tag-only-message

vith avatar Apr 19 '18 18:04 vith