fix command syntax

This commit is contained in:
Tilka
2012-04-21 06:08:36 +02:00
parent c525e59fa5
commit 832277f653
2 changed files with 26 additions and 24 deletions

View File

@@ -136,7 +136,8 @@ extern struct hub_command_arg_data* hub_command_arg_next(struct hub_command* cmd
* Example:
* "nia" means "nick cid ip"
* "n?p" means "nick [password]" where password is optional.
* "?N?N" means two optional integers, this can also be expressed as "?NN".
* "?N?N" means zero, one, or two integers.
* "?NN" means zero or two integers.
* "?+m" means an optional string which may contain spaces that would otherwise be split into separate arguments.
*/
struct command_handle