Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
David Runge
infrastructure
Commits
b4bb842e
Verified
Commit
b4bb842e
authored
Jul 01, 2021
by
Jan Alexander Steffens (heftig)
Browse files
matrix: Extend and move mjolnir's list of badwords into the vault
parent
fae1cd56
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
group_vars/all/vault_matrix.yml
View file @
b4bb842e
This diff is collapsed.
Click to expand it.
roles/matrix/templates/mjolnir.yaml.j2
View file @
b4bb842e
...
...
@@ -120,7 +120,9 @@ protections:
# of the word is present in the message in any case. e.g. "hello" also matches
# "HEllO". Additionally, regular expressions can be used.
words
:
-
"
nigger"
{
%
for word in vault_matrix_secrets.mjolnir_badwords %
}
-
{{
word | quote
}}
{
%
endfor %
}
# 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.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment