From ad9aa328310a72bfa8545feca08f617b9b3f7314 Mon Sep 17 00:00:00 2001 From: Deauthorized <49701242+Deauthorized@users.noreply.github.com> Date: Sat, 27 Apr 2024 22:38:20 -0400 Subject: [PATCH] Add block_on_modmode list for commands to block, should be separate from block_on_mute so pms can still work --- server/src/main/resources/commands.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/server/src/main/resources/commands.yml b/server/src/main/resources/commands.yml index c42f2d4..a215bfa 100644 --- a/server/src/main/resources/commands.yml +++ b/server/src/main/resources/commands.yml @@ -60,4 +60,9 @@ block_on_mute: - say - msg - reply - - mail \ No newline at end of file + - mail + +# These commands will be blocked when chat has been toggled off, doesn't include commands that don't show a public message. +block_on_modmode: + - me + - say