3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-10-03 01:48:38 +02:00

doc/Registry.md: minor edit

This commit is contained in:
Pragmatic Software 2020-01-09 18:50:57 -08:00
parent 87872f5ecf
commit 45d2fc2d7a

View File

@ -56,7 +56,13 @@ overrides are permanent and will be saved.
Usage: `regset <section>.<item> <value>`
For example, to override the trigger for #mychannel to be any of `,`, `!` or `%`:
To override the trigger for #mychannel to `$`:
<pragma-> !regset #mychannel.trigger $
<PBot> #mychannel.trigger set to $
To override the trigger for #mychannel to be any of `,`, `!` or `%`, you can use
a character class:
<pragma> !regset #mychannel.trigger [,!%]
<PBot> #mychannel.trigger set to [,!%]