Skip to content

Commit

Permalink
tweak auto replacement
Browse files Browse the repository at this point in the history
  • Loading branch information
aw-c committed Jun 24, 2023
1 parent 787b058 commit f49183a
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions Content.Server/Corvax/ChatFilter/ChatSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,6 @@ public sealed partial class ChatSystem
private static readonly Dictionary<string, string> SlangReplace = new()
{
// Game
{ "хос", "гсб" },
{ "хоса", "гсб" },
{ "смо", "гв" },
{ "се", "си" },
{ "хоп", "гп" },
{ "хопа", "гп" },
{ "рд", "нр" },
{ "вард", "смотритель" },
{ "варден", "смотритель" },
{ "вардена", "смотрителя" },
{ "геник", "генератор" },
{ "кк", "красный код" },
{ "ск", "синий код" },
Expand All @@ -38,7 +28,7 @@ public sealed partial class ChatSystem
{ "инжу", "инженеру" },
{ "инжам", "инженерам" },
{ "инжинер", "инженер" },
{ "яо", "яой" }, // braindead
// { "яо", "яой" }, // braindead //нейронные связи в голове срезало, нах это писать было?
{ "нюк", "ядерный оперативник" },
{ "нюкеры", "ядерные оперативники" },
{ "нюкер", "ядерный оперативник" },
Expand All @@ -57,12 +47,14 @@ public sealed partial class ChatSystem
{ "бикардин", "бикаридин" },
{ "бика", "бикаридин" },
{ "бику", "бикаридин" },
{ "декс", "дексалин" },
{ "декса", "дексалин" },
{ "дексу", "дексалин" },
// IC
{ "норм", "нормально" },
{ "хз", "не знаю" },
{ "синд", "синдикат" },
{ "синди", "синдикат" },
{ "пон", "понятно" },
{ "непон", "не понятно" },
{ "нипон", "не понятно" },
Expand Down

0 comments on commit f49183a

Please sign in to comment.