X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=server.cmd;h=41dc2805b4515b20a101b34e54682f764ff73815;hb=50c94d6ab44593ff4ea1559472fa99aaa7627e06;hp=71ed6d9ea027e1734cb4f08a9689c81c20f2d44d;hpb=1446f99e3adc59d868726382a2ac7cec105372a7;p=paraslash.git diff --git a/server.cmd b/server.cmd index 71ed6d9e..41dc2805 100644 --- a/server.cmd +++ b/server.cmd @@ -1,17 +1,11 @@ -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 -D: change the current audio file selector -U: chs [new_selector] -H: Shutdown the current selector and activate new_selector. If no -H: argument was given, print the name of the current selector. ---- N: ff P: VSS_READ | VSS_WRITE D: jump amount of time forwards or backwards in current audio file @@ -30,7 +24,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. ---