From: Whisper <121047731+QuietlyWhisper@users.noreply.github.com> Date: Sun, 15 Oct 2023 21:06:55 +0000 (-0400) Subject: adds "idk." to the text to emote list (#21015) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=e5f5a288291fa7b27927731416bf395cf3222df1;p=space-station-14.git adds "idk." to the text to emote list (#21015) --- diff --git a/Content.Server/Chat/Managers/ChatSanitizationManager.cs b/Content.Server/Chat/Managers/ChatSanitizationManager.cs index b9932ec212..d4a284b6cd 100644 --- a/Content.Server/Chat/Managers/ChatSanitizationManager.cs +++ b/Content.Server/Chat/Managers/ChatSanitizationManager.cs @@ -68,7 +68,8 @@ public sealed class ChatSanitizationManager : IChatSanitizationManager { "kek.", "chatsan-laughs" }, { "o7", "chatsan-salutes" }, { ";_;7", "chatsan-tearfully-salutes"}, - { "idk", "chatsan-shrugs" } + { "idk", "chatsan-shrugs" }, + { "idk.", "chatsan-shrugs" } }; private bool _doSanitize;