X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=server.cmd;h=41dc2805b4515b20a101b34e54682f764ff73815;hb=50c94d6ab44593ff4ea1559472fa99aaa7627e06;hp=ad175c8df14ce9f3eb66d624e72f3998cd303ff7;hpb=0a405367cdc8f3b0f49fb5ec3798378a2fc4589b;p=paraslash.git diff --git a/server.cmd b/server.cmd index ad175c8d..41dc2805 100644 --- a/server.cmd +++ b/server.cmd @@ -3,16 +3,9 @@ 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 @@ -31,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. ---