X-Git-Url: https://plomlompom.com/repos/?p=plomrogue;a=blobdiff_plain;f=SERVER_COMMANDS;h=cab9cd16d058ddda21e84b1d47baa8f98c760c82;hp=585804df0a364158227c691a37df296405d979f9;hb=7330cb9bb7d4d85aa6fd71d774028bdcd2b6360a;hpb=13939bcd7323b03d56fb3d5c5a573318386fb3c6 diff --git a/SERVER_COMMANDS b/SERVER_COMMANDS index 585804d..cab9cd1 100644 --- a/SERVER_COMMANDS +++ b/SERVER_COMMANDS @@ -34,13 +34,13 @@ Command list ============ Each command is of a single line. It consists at least of one command stringe, -followed by an optional argument. Argument fields are described below in square -brackets. Number ranges are described by the first legal number, followed by -" to ", followed by the last legal number. "[string]" means any text string is -expected, which must be enclosed in single quotes if it contains whitespaces. -"[char]" means a single ASCII character is expected. If one of a set of -pre-defined strings is expected, the legal strings are divided by pipe symbols -("|"). +in some cases followed by an obligatory argument. Argument fields are described +below in square brackets. Number ranges are described by the first legal number, +followed by " to ", followed by the last legal number. "[string]" means any text +string is expected, which must be enclosed in single quotes if it contains +whitespaces. "[char]" means a single ASCII character is expected. If one of a +set of pre-defined strings is expected, the legal strings are divided by pipe +symbols ("|"). Meta commands -------------