forgot a comma
This commit is contained in:
parent
c58f2a466a
commit
9ee1e83794
@ -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",
|
||||
|
Reference in New Issue
Block a user