Make common netspeak get replaced in the chat (#20180)
* added more slang to the sanitization manager * idk why this file is here * Added new sanitization accent * No longer is an acccent, instead is a dictionary * Reverted back to a system similar to before, added the new netspeak from the dictionary * Added some new words to the chat san * Added (wdym --> what do you mean) to the chatsan * merge conflict * removed boolvalue * remove space * Upcoming * Added MF and ETC to chatsan :)) * upcoming * added FYI and WYD to speech-chatsan.ftl * Made the chatsan accent string a const string with [ValidatePrototypeId<AccentPrototype>] * forgot the ';' :((( * fixed error throw [AccentPrototype] --> [ReplacementAccentPrototype]
This commit is contained in:
@@ -54,6 +54,7 @@ public sealed class ChatSanitizationManager : IChatSanitizationManager
|
||||
{ "._.", "chatsan-surprised" },
|
||||
{ ".-.", "chatsan-confused" },
|
||||
{ "-_-", "chatsan-unimpressed" },
|
||||
{ "smh", "chatsan-unimpressed" },
|
||||
{ "o/", "chatsan-waves" },
|
||||
{ "^^/", "chatsan-waves" },
|
||||
{ ":/", "chatsan-uncertain" },
|
||||
@@ -66,10 +67,11 @@ public sealed class ChatSanitizationManager : IChatSanitizationManager
|
||||
{ "lel.", "chatsan-laughs" },
|
||||
{ "kek", "chatsan-laughs" },
|
||||
{ "kek.", "chatsan-laughs" },
|
||||
{ "rofl", "chatsan-laughs" },
|
||||
{ "o7", "chatsan-salutes" },
|
||||
{ ";_;7", "chatsan-tearfully-salutes"},
|
||||
{ "idk", "chatsan-shrugs" },
|
||||
{ "idk.", "chatsan-shrugs" }
|
||||
{ "idk.", "chatsan-shrugs" },
|
||||
};
|
||||
|
||||
private bool _doSanitize;
|
||||
|
||||
Reference in New Issue
Block a user