diff options
Diffstat (limited to 'src/lib/badwords.ts')
-rw-r--r-- | src/lib/badwords.ts | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/lib/badwords.ts b/src/lib/badwords.ts index b0adb02..9ce33fe 100644 --- a/src/lib/badwords.ts +++ b/src/lib/badwords.ts @@ -653,6 +653,22 @@ export default { reason: "malware phrase", regex: false, }, + { + match: "Hi, can you check out the game I created today:)", + severity: Severity.TEMP_MUTE, + ignoreSpaces: true, + ignoreCapitalization: true, + reason: "malware phrase", + regex: false, + }, + { + match: "Just want to get other people's opinions, what to add and what to remove.", + severity: Severity.TEMP_MUTE, + ignoreSpaces: true, + ignoreCapitalization: true, + reason: "malware phrase", + regex: false, + }, ], /* -------------------------------------------------------------------------- */ |