diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-02-07 23:56:08 -0500 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-02-07 23:56:08 -0500 |
commit | 49a458cb1589171cc2dad0ec14de5f76af192f7e (patch) | |
tree | b6e6ac9372d7342aaf65017a09d2d0305b438504 /src | |
parent | 2bcf6828b67a6eb3c2bbff3892ce5ca53d00e713 (diff) | |
parent | f161aeea7cfad863d550ecdd5a43dc26d128deb4 (diff) | |
download | tanzanite-49a458cb1589171cc2dad0ec14de5f76af192f7e.tar.gz tanzanite-49a458cb1589171cc2dad0ec14de5f76af192f7e.tar.bz2 tanzanite-49a458cb1589171cc2dad0ec14de5f76af192f7e.zip |
Merge branch 'master' of https://github.com/NotEnoughUpdates/bush-bot
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/badlinks.ts | 2 | ||||
-rw-r--r-- | src/lib/badwords.ts | 8 |
2 files changed, 10 insertions, 0 deletions
diff --git a/src/lib/badlinks.ts b/src/lib/badlinks.ts index 2f8ebd5..d005f83 100644 --- a/src/lib/badlinks.ts +++ b/src/lib/badlinks.ts @@ -1503,6 +1503,7 @@ export default [ "disocrd.tk", "disocrdapp.com", "disocrde.gift", + "disocrds.gift", "disorc.com", "disord.co", "disord.codes", @@ -3914,6 +3915,7 @@ export default [ "steamcommunilty.ru.com", "steamcommunilty.us", "steamcommunilty.xyz", + "steamcommuniltys.com", "steamcommunilv.com", "steamcommunily.buzz", "steamcommunily.org", diff --git a/src/lib/badwords.ts b/src/lib/badwords.ts index 8836783..4969403 100644 --- a/src/lib/badwords.ts +++ b/src/lib/badwords.ts @@ -228,6 +228,14 @@ export default { reason: "steam scam phrase", regex: false, }, + { + match: "Hi, I stopped playing CS:GO and decided to giveaway my inventory.", + severity: Severity.PERM_MUTE, + ignoreSpaces: true, + ignoreCapitalization: true, + reason: "steam scam phrase", + regex: false, + }, ], /* -------------------------------------------------------------------------- */ |