forked from External/ergo
server: Implement TAGMSG draft command
This commit is contained in:
parent
f6185fa336
commit
62dc3c8f66
5 changed files with 101 additions and 6 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue