add "moveoutput" command

This commit is contained in:
Max Kellermann
2019-09-26 13:02:34 +02:00
parent ac126ede22
commit c16233fa74
9 changed files with 157 additions and 7 deletions
+1
View File
@@ -139,6 +139,7 @@ static constexpr struct command commands[] = {
#endif
{ "move", PERMISSION_CONTROL, 2, 2, handle_move },
{ "moveid", PERMISSION_CONTROL, 2, 2, handle_moveid },
{ "moveoutput", PERMISSION_ADMIN, 1, 1, handle_moveoutput },
{ "newpartition", PERMISSION_ADMIN, 1, 1, handle_newpartition },
{ "next", PERMISSION_CONTROL, 0, 0, handle_next },
{ "notcommands", PERMISSION_NONE, 0, 0, handle_not_commands },