mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-06 22:07:55 +00:00
Merge a3aa02e779 into 4a947c01fc
This commit is contained in:
commit
5fcbd1397f
14 changed files with 182 additions and 29 deletions
|
|
@ -167,6 +167,9 @@ You can have a space after `pk;`, e.g. `pk;system` and `pk; system` will do the
|
|||
- `pk;serverconfig proxy blacklist` - Displays the current proxy blacklist
|
||||
- `pk;serverconfig proxy blacklist add all|<channel> [channel 2] [channel 3...]` - Adds certain channels to the proxy blacklist
|
||||
- `pk;serverconfig proxy blacklist remove all|<channel> [channel 2] [channel 3...]` - Removes certain channels from the proxy blacklist
|
||||
- `pk;serverconfig command blacklist` - Displays the current command blacklist
|
||||
- `pk;serverconfig command blacklist add all|<channel> [channel 2] [channel 3...]` - Adds certain channels to the command blacklist
|
||||
- `pk;serverconfig command blacklist remove all|<channel> [channel 2] [channel 3...]` - Removes certain channels from the command blacklist
|
||||
|
||||
## Utility
|
||||
- `pk;message <message id|message link|reply>` - Looks up information about a proxied message by its message ID or link.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,7 @@
|
|||
# Disabling proxying in a channel
|
||||
# Disabling bot functionality
|
||||
You can use the blacklist commands to disable proxying or text commands in some channels of your server. [You can also disable PluralKit by taking away its permissions.](/staff/permissions)
|
||||
|
||||
## Disabling proxying in a channel
|
||||
It's possible to block a channel from being used for proxying. To do so, use the `pk;serverconfig proxy blacklist` command. For example:
|
||||
|
||||
pk;serverconfig proxy blacklist add #admin-channel #mod-channel #welcome
|
||||
|
|
@ -6,4 +9,14 @@ It's possible to block a channel from being used for proxying. To do so, use the
|
|||
pk;serverconfig proxy blacklist remove #general-two
|
||||
pk;serverconfig proxy blacklist remove all
|
||||
|
||||
This requires you to have the *Manage Server* permission on the server.
|
||||
This requires you to have the *Manage Server* permission on the server.
|
||||
|
||||
## Disabling commands in a channel
|
||||
It's possible to block a channel from being used for text commands. To do so, use the `pk;serverconfig command blacklist` command. For example:
|
||||
|
||||
pk;serverconfig command blacklist add #admin-channel #mod-channel #welcome
|
||||
pk;serverconfig command blacklist add all
|
||||
pk;serverconfig command blacklist remove #general-two
|
||||
pk;serverconfig command blacklist remove all
|
||||
|
||||
This requires you to have the *Manage Server* permission on the server. If you have the *Manage Server* permission on the server you **will not be affected by the command blacklist** and will always be able to run commands.
|
||||
Loading…
Add table
Add a link
Reference in a new issue