rename to fit menu
This commit is contained in:
parent
36229efea5
commit
448857b133
@ -288,10 +288,11 @@ static CatVar crypt_chat(
|
|||||||
CV_SWITCH, "chat_crypto", "1", "Crypto chat",
|
CV_SWITCH, "chat_crypto", "1", "Crypto chat",
|
||||||
"Start message with !! and it will be only visible to cathook users");
|
"Start message with !! and it will be only visible to cathook users");
|
||||||
static CatVar chat_filter(CV_STRING, "chat_censor", "",
|
static CatVar chat_filter(CV_STRING, "chat_censor", "",
|
||||||
|
"Censor words"
|
||||||
"Spam Chat with newlines if the chosen words are "
|
"Spam Chat with newlines if the chosen words are "
|
||||||
"said, seperate with commas");
|
"said, seperate with commas");
|
||||||
static CatVar chat_filter_enabled(CV_SWITCH, "chat_censor_enabled", "0",
|
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 SendNetMsg_hook(void *_this, INetMessage &msg, bool bForceReliable = false,
|
||||||
bool bVoice = false)
|
bool bVoice = false)
|
||||||
|
Reference in New Issue
Block a user