X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=server.cmd;h=41dc2805b4515b20a101b34e54682f764ff73815;hb=50c94d6ab44593ff4ea1559472fa99aaa7627e06;hp=d9134693ebf362e43a024576adfc98e25b7244e0;hpb=47fedd501291bf9b0ca2204e2af3d1617b6f18a8;p=paraslash.git diff --git a/server.cmd b/server.cmd index d9134693..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: 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 -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. ---