adds "idk." to the text to emote list (#21015)
This commit is contained in:
parent
d50e18c5fd
commit
c7e014029e
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue