Skip to content

Commit

Permalink
Update chat sanitize for :O emote (#1493)
Browse files Browse the repository at this point in the history
  • Loading branch information
lzk228 authored Oct 11, 2023
1 parent bb11433 commit 6a4dca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Server/Chat/Managers/ChatSanitizationManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public sealed class ChatSanitizationManager : IChatSanitizationManager
{ "лмао", "chatsan-laughs" },
{ "рофл", "chatsan-laughs" },
{ "яхз", "chatsan-shrugs" },
{ ":О", "chatsan-surprised" }, // cyrillic о
{ ":0", "chatsan-surprised" },
{ ":р", "chatsan-stick-out-tongue" }, // cyrillic р
{ "кек", "chatsan-laughs" },
{ "T_T", "chatsan-cries" },
Expand Down

0 comments on commit 6a4dca0

Please sign in to comment.