From 9a9bbdb7186d536c2e3471c699ebad8e539a89c9 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Thu, 15 Jul 2021 16:42:06 -0700 Subject: [PATCH] doc/FAQ.md: minor fixes --- doc/FAQ.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/doc/FAQ.md b/doc/FAQ.md index a6c580a1..cff42ea5 100644 --- a/doc/FAQ.md +++ b/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.