command: new command "readcomments" lists arbitrary file tags
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
#include "PlayerCommands.hxx"
|
||||
#include "PlaylistCommands.hxx"
|
||||
#include "DatabaseCommands.hxx"
|
||||
#include "FileCommands.hxx"
|
||||
#include "OutputCommands.hxx"
|
||||
#include "MessageCommands.hxx"
|
||||
#include "OtherCommands.hxx"
|
||||
@@ -127,6 +128,7 @@ static const struct command commands[] = {
|
||||
{ "prio", PERMISSION_CONTROL, 2, -1, handle_prio },
|
||||
{ "prioid", PERMISSION_CONTROL, 2, -1, handle_prioid },
|
||||
{ "random", PERMISSION_CONTROL, 1, 1, handle_random },
|
||||
{ "readcomments", PERMISSION_READ, 1, 1, handle_read_comments },
|
||||
{ "readmessages", PERMISSION_READ, 0, 0, handle_read_messages },
|
||||
{ "rename", PERMISSION_CONTROL, 2, 2, handle_rename },
|
||||
{ "repeat", PERMISSION_CONTROL, 1, 1, handle_repeat },
|
||||
|
Reference in New Issue
Block a user