mirror of
https://github.com/jeremyd/ergo.git
synced 2026-07-28 09:48:13 -07:00
server: Implement TAGMSG draft command
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user