Skip to content

Commit

Permalink
Merge pull request #23 from Jernik/dev-temp
Browse files Browse the repository at this point in the history
Refactor word filter
  • Loading branch information
paulcable authored Nov 12, 2024
2 parents b898210 + 68f2c7c commit 0c1c3af
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion Splitmod/327997395650740225.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,6 @@ plugins:
"tits",
"boob",
"boobies",
"tit",
"nude",
"nudes",
"vagina",
Expand Down Expand Up @@ -585,6 +584,16 @@ plugins:
match_usernames: true
match_nicknames: true
match_custom_status: true
normalize: true
- match_regex:
patterns:
- "\\btit\\b"
case_sensitive: false
only_full_words: true
match_visible_names: true
match_usernames: true
match_nicknames: true
match_custom_status: true
normalize: false
actions:
clean: true
Expand Down

0 comments on commit 0c1c3af

Please sign in to comment.