Files
context-mod/docs/subreddit/components/regex/matchThresholdCurrentActivity.json5

14 lines
235 B
Plaintext

// goes inside
// "rules": []
{
"name": "swear",
"kind": "regex",
"criteria": [
{
"regex": "/fuck|shit|damn/",
// triggers if current activity has greater than 5 matches
"matchThreshold": "> 5"
},
]
}