Added "wink" and "tearfully smiles" emotes + more cry emote variations (#25129)

Added wink and tearfully smiles emote + more cries  variations
This commit is contained in:
James Simonson
2024-02-13 23:43:20 +08:00
committed by GitHub
parent 421b33453d
commit 44ae7d234c
2 changed files with 24 additions and 0 deletions

View 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;

View 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