mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-22 03:49:29 +01:00
doc/FAQ.md: minor fixes
This commit is contained in:
parent
2cab3192bf
commit
9a9bbdb718
10
doc/FAQ.md
10
doc/FAQ.md
@ -33,7 +33,8 @@ cannot refresh." and you will need to restart PBot at some point for the update
|
||||
|
||||
## How do I change the bot trigger?
|
||||
To change the default `!` trigger to a different character use the [`regset`](Registry.md#regset)
|
||||
command to change the `general.trigger` value.
|
||||
command to change the `general.trigger` value. Use `#channel.trigger` to change the trigger only
|
||||
for that channel.
|
||||
|
||||
For example, to change it to the `~` character:
|
||||
|
||||
@ -47,13 +48,6 @@ To use only the bot's nick:
|
||||
|
||||
regset general.trigger ""
|
||||
|
||||
You can also override the trigger on a per-channel basis by use the channel name
|
||||
in place of `general`.
|
||||
|
||||
For example, to override the trigger specifically for `#channel`:
|
||||
|
||||
regset #channel.trigger ~
|
||||
|
||||
## How do I whitelist a user?
|
||||
Whitelisting a user exempts them from anti-flood enforcement, ban-evasion checking,
|
||||
being automatically muted or kicked for various offenses, and more.
|
||||
|
Loading…
Reference in New Issue
Block a user