mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-21 19:39:44 +01:00
doc/Commands: add preserve_whitespace
to metadata list
This commit is contained in:
parent
1eaf85239f
commit
92672c19d3
@ -613,6 +613,7 @@ Name | Description
|
||||
`cap-required` | When set to a true value then the command requires that users have the `can-<command name>` [capability](#user-capabilities) before they can invoke it.
|
||||
`dont-replace-pronouns` | When set to a true value then pronouns such as "my", "me", "your", etc, will not be intuitively replaced with nicks and such.
|
||||
`background-process` | When set to a true value then this command will be executed as a background process. Use this for commands that can potentially take a long time to complete.
|
||||
`preserve_whitespace` | When set to a true value, do not collapse ajdacent whitespace characters in command output.
|
||||
`process-timeout` | The timeout, in seconds, before the process is automatically killed. If not set then the `processmanager.default_timeout` [registry](Registry.md) value will be used.
|
||||
|
||||
## Event-queue management
|
||||
|
Loading…
Reference in New Issue
Block a user