X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=server.cmd;h=62b90fda82f0a8a7257a015015b4b8b1bc352974;hp=71ed6d9ea027e1734cb4f08a9689c81c20f2d44d;hb=61250cf03241bf73662dac3753e44660a572fa2a;hpb=1446f99e3adc59d868726382a2ac7cec105372a7 diff --git a/server.cmd b/server.cmd index 71ed6d9e..62b90fda 100644 --- a/server.cmd +++ b/server.cmd @@ -1,12 +1,13 @@ -FN: server_command_list +OF: server_command_list +SF: command.c HC: prototypes for the server command handlers CC: array of server commands AT: server_command -IN: server user_list +IN: para error string afh afs server list user_list SN: list of server commands --- N: chs -P: DB_READ | DB_WRITE +P: AFS_READ | AFS_WRITE D: change the current audio file selector U: chs [new_selector] H: Shutdown the current selector and activate new_selector. If no @@ -30,7 +31,7 @@ N: help P: 0 D: print help text U: help [command] -H: Without any arguments, help prints a list of availible commands. When +H: Without any arguments, help prints a list of available commands. When H: issued with a command name as first argument, print out a description H: for that command. ---