adds "idk." to the text to emote list (#21015)

This commit is contained in:
Whisper 2023-10-15 17:06:55 -04:00 committed by Debug
parent d50e18c5fd
commit c7e014029e
1 changed files with 2 additions and 1 deletions

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