aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorIRONM00N <64110067+IRONM00N@users.noreply.github.com>2022-08-21 14:17:23 -0400
committerIRONM00N <64110067+IRONM00N@users.noreply.github.com>2022-08-21 14:17:23 -0400
commit2609f5e1fc8cbe4c87f0090b76a3e5235cc7f6f8 (patch)
tree336737411294b0ed745542b969d7db0a5b968e99 /lib
parentcb750202d5e8bd323c2d9628930506b4c870b845 (diff)
downloadtanzanite-2609f5e1fc8cbe4c87f0090b76a3e5235cc7f6f8.tar.gz
tanzanite-2609f5e1fc8cbe4c87f0090b76a3e5235cc7f6f8.tar.bz2
tanzanite-2609f5e1fc8cbe4c87f0090b76a3e5235cc7f6f8.zip
testing something
Diffstat (limited to 'lib')
-rw-r--r--lib/badwords.ts12
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/badwords.ts b/lib/badwords.ts
index 5260264..450e606 100644
--- a/lib/badwords.ts
+++ b/lib/badwords.ts
@@ -842,4 +842,16 @@ export default {
userInfo: false,
},
],
+
+ "Testing": [
+ {
+ match: "5Q1eaFprzrBozP0F",
+ severity: Severity.WARN,
+ ignoreSpaces: false,
+ ignoreCapitalization: false,
+ reason: "testing",
+ regex: false,
+ userInfo: true,
+ },
+ ],
} as BadWords;