mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 13:06:50 +00:00
9 lines
No EOL
430 B
Markdown
9 lines
No EOL
430 B
Markdown
# Disabling proxying in a channel
|
|
It's possible to block a channel from being used for proxying. To do so, use the `pk;blacklist` command. For example:
|
|
|
|
pk;serverconfig blacklist add #admin-channel #mod-channel #welcome
|
|
pk;serverconfig blacklist add all
|
|
pk;serverconfig blacklist remove #general-two
|
|
pk;serverconfig blacklist remove all
|
|
|
|
This requires you to have the *Manage Server* permission on the server. |