o7 -> @salutes (#6026)

This commit is contained in:
router
2022-01-04 16:05:21 +03:00
committed by GitHub
parent 675a29ed33
commit e4cd2944cf
2 changed files with 2 additions and 0 deletions

View File

@@ -61,6 +61,7 @@ public class ChatSanitizationManager : IChatSanitizationManager
{ ":\\", "chatsan-uncertain" },
{ "lmao", "chatsan-laughs" },
{ "lol", "chatsan-laughs" },
{ "o7", "chatsan-salutes" }
};
private bool doSanitize = false;