Skip to content

Commit

Permalink
Refactor word filter
Browse files Browse the repository at this point in the history
  • Loading branch information
ppaczk0wsk1 committed Nov 12, 2024
1 parent be9bfff commit 68f2c7c
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 68f2c7c

Please sign in to comment.