]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
adds "idk." to the text to emote list (#21015)
authorWhisper <121047731+QuietlyWhisper@users.noreply.github.com>
Sun, 15 Oct 2023 21:06:55 +0000 (17:06 -0400)
committerGitHub <noreply@github.com>
Sun, 15 Oct 2023 21:06:55 +0000 (14:06 -0700)
Content.Server/Chat/Managers/ChatSanitizationManager.cs

index b9932ec212b84d3b5227bd015380c47e1ce72232..d4a284b6cd00540e0b85164aa67c20f8c8051a18 100644 (file)
@@ -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;