mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 02:00:11 -08:00
server: Implement TAGMSG draft command
This commit is contained in:
parent
f6185fa336
commit
62dc3c8f66
5 changed files with 101 additions and 6 deletions
|
|
@ -191,6 +191,10 @@ var Commands = map[string]Command{
|
|||
handler: sceneHandler,
|
||||
minParams: 2,
|
||||
},
|
||||
"TAGMSG": {
|
||||
handler: tagmsgHandler,
|
||||
minParams: 1,
|
||||
},
|
||||
"QUIT": {
|
||||
handler: quitHandler,
|
||||
usablePreReg: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue