mirror of
https://github.com/matrix-org/mjolnir.git
synced 2024-10-01 01:36:06 -04:00
Removed default words from word list in favor of more neutral words
This commit is contained in:
parent
6fa93e3bae
commit
4c0bbd845d
@ -116,10 +116,10 @@ protections:
|
||||
# of the word is present in the message in any case. e.g. "poop" also matches
|
||||
# "poOPYHEad". Additionally, regular expressions can be used.
|
||||
words:
|
||||
- "nigger"
|
||||
- "faggot"
|
||||
- "tranny"
|
||||
- "retard"
|
||||
- "CaSe"
|
||||
- "InSeNsAtIve"
|
||||
- "WoRd"
|
||||
- "LiSt"
|
||||
# How long after a user joins the server should the bot monitor their messages. After
|
||||
# this time, users can say words from the wordlist without being banned automatically.
|
||||
# Set to zero to disable (users will always be banned if they say a bad word)
|
||||
|
@ -97,7 +97,7 @@ const defaultConfig: IConfig = {
|
||||
},
|
||||
protections: {
|
||||
wordlist: {
|
||||
words: ["nigger", "faggot", "tranny", "retard"],
|
||||
words: [],
|
||||
minutesBeforeTrusting: 20
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user