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

@ -191,6 +191,10 @@ var Commands = map[string]Command{
handler: sceneHandler,
minParams: 2,
},
"TAGMSG": {
handler: tagmsgHandler,
minParams: 1,
},
"QUIT": {
handler: quitHandler,
usablePreReg: true,