aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIRONM00N <64110067+IRONM00N@users.noreply.github.com>2022-07-10 21:58:22 +0200
committerIRONM00N <64110067+IRONM00N@users.noreply.github.com>2022-07-10 21:58:22 +0200
commit7d1dede862339c439830a0306e2b7f3a273f967f (patch)
tree489e436059256e26d6fec839e9448c5ab32b8361 /src
parent627979e836edd0801f9201a98e239bf697a211be (diff)
downloadtanzanite-7d1dede862339c439830a0306e2b7f3a273f967f.tar.gz
tanzanite-7d1dede862339c439830a0306e2b7f3a273f967f.tar.bz2
tanzanite-7d1dede862339c439830a0306e2b7f3a273f967f.zip
modify a blacklisted word to advoid false positives
Diffstat (limited to 'src')
-rw-r--r--src/lib/badwords.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/badwords.ts b/src/lib/badwords.ts
index 6457b59..eb44230 100644
--- a/src/lib/badwords.ts
+++ b/src/lib/badwords.ts
@@ -39,7 +39,7 @@ export default {
{
match: "nigra",
severity: Severity.PERM_MUTE,
- ignoreSpaces: true,
+ ignoreSpaces: false,
ignoreCapitalization: true,
reason: "racial slur",
regex: false,