]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Added "wink" and "tearfully smiles" emotes + more cry emote variations (#25129)
authorJames Simonson <jamessimo89@gmail.com>
Tue, 13 Feb 2024 15:43:20 +0000 (23:43 +0800)
committerGitHub <noreply@github.com>
Tue, 13 Feb 2024 15:43:20 +0000 (16:43 +0100)
Added wink and tearfully smiles emote + more cries  variations

Content.Server/Chat/Managers/ChatSanitizationManager.cs
Resources/Locale/en-US/chat/sanitizer-replacements.ftl

index 77119eefc07a44889fb791e5983c362268669723..11eb67056df0a445c330e30fc1b08591f0cb62f8 100644 (file)
@@ -38,6 +38,14 @@ public sealed class ChatSanitizationManager : IChatSanitizationManager
         { ":>", "chatsan-grins" },
         { ":<", "chatsan-pouts" },
         { "xD", "chatsan-laughs" },
+        { ":'(", "chatsan-cries" },
+        { ":'[", "chatsan-cries" },
+        { "='(", "chatsan-cries" },
+        { "='[", "chatsan-cries" },
+        { ")':", "chatsan-cries" },
+        { "]':", "chatsan-cries" },
+        { ")'=", "chatsan-cries" },
+        { "]'=", "chatsan-cries" },
         { ";-;", "chatsan-cries" },
         { ";_;", "chatsan-cries" },
         { "qwq", "chatsan-cries" },
@@ -47,6 +55,7 @@ public sealed class ChatSanitizationManager : IChatSanitizationManager
         { ":i", "chatsan-sighs" },
         { ":|", "chatsan-sighs" },
         { ":p", "chatsan-stick-out-tongue" },
+        { ";p", "chatsan-stick-out-tongue" },
         { ":b", "chatsan-stick-out-tongue" },
         { "0-0", "chatsan-wide-eyed" },
         { "o-o", "chatsan-wide-eyed" },
@@ -69,9 +78,22 @@ public sealed class ChatSanitizationManager : IChatSanitizationManager
         { "kek.", "chatsan-laughs" },
         { "rofl", "chatsan-laughs" },
         { "o7", "chatsan-salutes" },
+        { "07", "chatsan-salutes" },
         { ";_;7", "chatsan-tearfully-salutes"},
         { "idk", "chatsan-shrugs" },
         { "idk.", "chatsan-shrugs" },
+        { ";)", "chatsan-winks" },
+        { ";]", "chatsan-winks" },
+        { "(;", "chatsan-winks" },
+        { "[;", "chatsan-winks" },
+        { ":')", "chatsan-tearfully-smiles" },
+        { ":']", "chatsan-tearfully-smiles" },
+        { "=')", "chatsan-tearfully-smiles" },
+        { "=']", "chatsan-tearfully-smiles" },
+        { "(':", "chatsan-tearfully-smiles" },
+        { "[':", "chatsan-tearfully-smiles" },
+        { "('=", "chatsan-tearfully-smiles" },
+        { "['=", "chatsan-tearfully-smiles" },
     };
 
     private bool _doSanitize;
index 23e3a491a5e81ff728408a19c43c9ece597ef333..d12f101aded7d8be58125f7eb56981f187f746aa 100644 (file)
@@ -19,3 +19,5 @@ chatsan-waves = waves
 chatsan-salutes = salutes
 chatsan-tearfully-salutes = tearfully salutes
 chatsan-shrugs = shrugs
+chatsan-tearfully-smiles = tearfully smiles
+chatsan-winks = winks