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:
@@ -38,6 +38,14 @@ public sealed class ChatSanitizationManager : IChatSanitizationManager
|
|||||||
{ ":>", "chatsan-grins" },
|
{ ":>", "chatsan-grins" },
|
||||||
{ ":<", "chatsan-pouts" },
|
{ ":<", "chatsan-pouts" },
|
||||||
{ "xD", "chatsan-laughs" },
|
{ "xD", "chatsan-laughs" },
|
||||||
|
{ ":'(", "chatsan-cries" },
|
||||||
|
{ ":'[", "chatsan-cries" },
|
||||||
|
{ "='(", "chatsan-cries" },
|
||||||
|
{ "='[", "chatsan-cries" },
|
||||||
|
{ ")':", "chatsan-cries" },
|
||||||
|
{ "]':", "chatsan-cries" },
|
||||||
|
{ ")'=", "chatsan-cries" },
|
||||||
|
{ "]'=", "chatsan-cries" },
|
||||||
{ ";-;", "chatsan-cries" },
|
{ ";-;", "chatsan-cries" },
|
||||||
{ ";_;", "chatsan-cries" },
|
{ ";_;", "chatsan-cries" },
|
||||||
{ "qwq", "chatsan-cries" },
|
{ "qwq", "chatsan-cries" },
|
||||||
@@ -47,6 +55,7 @@ public sealed class ChatSanitizationManager : IChatSanitizationManager
|
|||||||
{ ":i", "chatsan-sighs" },
|
{ ":i", "chatsan-sighs" },
|
||||||
{ ":|", "chatsan-sighs" },
|
{ ":|", "chatsan-sighs" },
|
||||||
{ ":p", "chatsan-stick-out-tongue" },
|
{ ":p", "chatsan-stick-out-tongue" },
|
||||||
|
{ ";p", "chatsan-stick-out-tongue" },
|
||||||
{ ":b", "chatsan-stick-out-tongue" },
|
{ ":b", "chatsan-stick-out-tongue" },
|
||||||
{ "0-0", "chatsan-wide-eyed" },
|
{ "0-0", "chatsan-wide-eyed" },
|
||||||
{ "o-o", "chatsan-wide-eyed" },
|
{ "o-o", "chatsan-wide-eyed" },
|
||||||
@@ -69,9 +78,22 @@ public sealed class ChatSanitizationManager : IChatSanitizationManager
|
|||||||
{ "kek.", "chatsan-laughs" },
|
{ "kek.", "chatsan-laughs" },
|
||||||
{ "rofl", "chatsan-laughs" },
|
{ "rofl", "chatsan-laughs" },
|
||||||
{ "o7", "chatsan-salutes" },
|
{ "o7", "chatsan-salutes" },
|
||||||
|
{ "07", "chatsan-salutes" },
|
||||||
{ ";_;7", "chatsan-tearfully-salutes"},
|
{ ";_;7", "chatsan-tearfully-salutes"},
|
||||||
{ "idk", "chatsan-shrugs" },
|
{ "idk", "chatsan-shrugs" },
|
||||||
{ "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;
|
private bool _doSanitize;
|
||||||
|
|||||||
@@ -19,3 +19,5 @@ chatsan-waves = waves
|
|||||||
chatsan-salutes = salutes
|
chatsan-salutes = salutes
|
||||||
chatsan-tearfully-salutes = tearfully salutes
|
chatsan-tearfully-salutes = tearfully salutes
|
||||||
chatsan-shrugs = shrugs
|
chatsan-shrugs = shrugs
|
||||||
|
chatsan-tearfully-smiles = tearfully smiles
|
||||||
|
chatsan-winks = winks
|
||||||
|
|||||||
Reference in New Issue
Block a user