From 448857b133c169c9c3091bfbb586ff4196c0940b Mon Sep 17 00:00:00 2001 From: LIghty Date: Sat, 24 Mar 2018 11:37:32 +0100 Subject: [PATCH] rename to fit menu --- src/hooks/others.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/hooks/others.cpp b/src/hooks/others.cpp index d299508e..d2d1b44a 100644 --- a/src/hooks/others.cpp +++ b/src/hooks/others.cpp @@ -288,10 +288,11 @@ static CatVar crypt_chat( CV_SWITCH, "chat_crypto", "1", "Crypto chat", "Start message with !! and it will be only visible to cathook users"); static CatVar chat_filter(CV_STRING, "chat_censor", "", + "Censor words" "Spam Chat with newlines if the chosen words are " "said, seperate with commas"); static CatVar chat_filter_enabled(CV_SWITCH, "chat_censor_enabled", "0", - "enable censor"); + "Enable censor"); bool SendNetMsg_hook(void *_this, INetMessage &msg, bool bForceReliable = false, bool bVoice = false)