From 7da9bf4f850874df3ff9ea55d8760f73a3466495 Mon Sep 17 00:00:00 2001 From: Sean <88566094+izatwin@users.noreply.github.com> Date: Sun, 26 Nov 2023 12:15:26 -0500 Subject: [PATCH] docs: Update Channels.md (#172) --- docs/Channels.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/Channels.md b/docs/Channels.md index 84b49c60..58c668ce 100644 --- a/docs/Channels.md +++ b/docs/Channels.md @@ -42,10 +42,9 @@ These scopes are available when running HuskChat on a proxy server (Velocity or * `GLOBAL` - Message is broadcast globally to those with permissions via the proxy * `LOCAL` - Message is broadcast via the proxy to players who have permission and are on the same server as the source * `PASSTHROUGH` - Message is not handled by the proxy and is instead passed to the backend server -* `GLOBAL_PASSTHROUGH` - Message is broadcast globally to those with permissions via the proxy and is additionally passed +* `GLOBAL_PASSTHROUGH` - Message is broadcast globally to those with permissions via the proxy and is additionally passed to the backend server * `LOCAL_PASSTHROUGH` - Message is broadcast via the proxy to players who have permission and are on the same server as the source and is additionally passed to the backend server - to the backend server #### Single-server scopes These scopes are available when running HuskChat on a single-server Spigot server @@ -83,4 +82,4 @@ the `default_channel` unless it has an overriding server default channel as outl You can also restrict use of the `/msg` and `/r` commands in certain servers through the `restricted_servers` section under `message_command`. -On a single-server setup, this is ignored. \ No newline at end of file +On a single-server setup, this is ignored.