From 3494808d9a5a03f2ef909cffb94557f4bc9e6061 Mon Sep 17 00:00:00 2001 From: Xepic90 Date: Wed, 10 Jun 2026 19:04:58 -0400 Subject: [PATCH] fix(Conf): improve ChatFilter config documentation (#26099) Co-authored-by: sogla --- .../apps/worldserver/worldserver.conf.dist | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/src/server/apps/worldserver/worldserver.conf.dist b/src/server/apps/worldserver/worldserver.conf.dist index 35e2a64b8..103450202 100644 --- a/src/server/apps/worldserver/worldserver.conf.dist +++ b/src/server/apps/worldserver/worldserver.conf.dist @@ -4391,13 +4391,16 @@ PreserveCustomChannels = 0 PreserveCustomChannelDuration = 14 # -# ChatFilter -# Description: Blocks chat messages when they contain any entry from the `chat_filter` -# table (substring, case-insensitive). -# Manage entries with .chatfilter add / remove / list and .reload chat_filter. -# Blizzlike is only whispers are enabled. -# Default: 0 - (Disbaled) -# 1 - (Enabled) +# ChatFilter.Whisper / ChatFilter.Say / ChatFilter.Yell / ChatFilter.Emote +# Description: Block chat messages that contain any entry from the `chat_filter` table +# (substring match, case-insensitive). +# Manage entries with: .chatfilter add / .chatfilter remove / .chatfilter list +# and .reload chat_filter. +# Blizzlike: only Whisper filtering is enabled. +# Default: ChatFilter.Whisper = 1 - (Enabled) +# ChatFilter.Say = 0 - (Disabled) +# ChatFilter.Yell = 0 - (Disabled) +# ChatFilter.Emote = 0 - (Disabled) # ChatFilter.Whisper = 1