Removes smilies from existence. (kinda) (#5649)

This commit is contained in:
Moony
2021-12-02 18:49:19 -06:00
committed by GitHub
parent 393e4145cf
commit 4cd09c23f5
7 changed files with 138 additions and 1 deletions

View File

@@ -553,6 +553,9 @@ namespace Content.Shared.CCVar
public static readonly CVarDef<int> ChatMaxMessageLength =
CVarDef.Create("chat.max_message_length", 1000, CVar.SERVER | CVar.REPLICATED);
public static readonly CVarDef<bool> ChatSanitizerEnabled =
CVarDef.Create("chat.chat_sanitizer_enabled", true, CVar.SERVERONLY);
/*
* AFK
*/