"idk" no longer shrugs, instead sanitizing to "I don't know" (#39024)
* idk no longer shrugs * accidentally had this in here! * this was accidentally in here too! * fucked up the removal * fucked it up again this should HOPEFULLY be the last one turns out it's hard to revert the edit of a file that's just numbers and spaces who woulda thunk? * Restore SpaceStation14.sln to master * Restore development.toml --------- Co-authored-by: Tayrtahn <tayrtahn@gmail.com>
This commit is contained in:
@@ -78,7 +78,6 @@ public sealed class ChatSanitizationManager : IChatSanitizationManager
|
||||
Entry("rofl", "chatsan-laughs"),
|
||||
Entry("o7", "chatsan-salutes"),
|
||||
Entry(";_;7", "chatsan-tearfully-salutes"),
|
||||
Entry("idk", "chatsan-shrugs"),
|
||||
Entry(";)", "chatsan-winks"),
|
||||
Entry(";]", "chatsan-winks"),
|
||||
Entry("(;", "chatsan-winks"),
|
||||
|
||||
@@ -18,6 +18,5 @@ chatsan-unimpressed = seems unimpressed
|
||||
chatsan-waves = waves
|
||||
chatsan-salutes = salutes
|
||||
chatsan-tearfully-salutes = tearfully salutes
|
||||
chatsan-shrugs = shrugs
|
||||
chatsan-tearfully-smiles = tearfully smiles
|
||||
chatsan-winks = winks
|
||||
|
||||
@@ -189,3 +189,6 @@ chatsan-replacement-66 = something
|
||||
|
||||
chatsan-word-67 = allg
|
||||
chatsan-replacement-67 = all good
|
||||
|
||||
chatsan-word-68 = idk
|
||||
chatsan-replacement-68 = i don't know
|
||||
|
||||
@@ -448,6 +448,7 @@
|
||||
chatsan-word-65: chatsan-replacement-65
|
||||
chatsan-word-66: chatsan-replacement-66
|
||||
chatsan-word-67: chatsan-replacement-67
|
||||
chatsan-word-68: chatsan-replacement-68
|
||||
|
||||
- type: accent
|
||||
id: liar
|
||||
|
||||
Reference in New Issue
Block a user