1
0
Fork 0
forked from External/ergo

server: Implement TAGMSG draft command

This commit is contained in:
Daniel Oaks 2017-01-14 15:52:32 +10:00
parent f6185fa336
commit 62dc3c8f66
5 changed files with 101 additions and 6 deletions

View file

@ -300,6 +300,12 @@ Gives the given user a new nickname.`,
text: `SCENE <target> <text to be sent>
The SCENE command is used to send a scene notification to the given target.`,
},
"tagmsg": {
text: `@+client-only-tags TAGMSG <target>{,<target>}
Sends the given client-only tags to the given targets as a TAGMSG. See the IRCv3
specs for more info: http://ircv3.net/specs/core/message-tags-3.3.html`,
},
"quit": {
text: `QUIT [reason]