From 9ee1e8379412e6a46d8ce07517953482c424b976 Mon Sep 17 00:00:00 2001 From: LIghty Date: Sat, 24 Mar 2018 12:13:50 +0100 Subject: [PATCH] forgot a comma --- src/hooks/others.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hooks/others.cpp b/src/hooks/others.cpp index d2d1b44a..7b717c3b 100644 --- a/src/hooks/others.cpp +++ b/src/hooks/others.cpp @@ -288,7 +288,7 @@ 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" + "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",