Files
context-mod/docs/examples/regex/matchThresholdCurrentActivity.yaml
2021-12-25 15:23:34 -05:00

7 lines
152 B
YAML

name: swear
kind: regex
criteria:
- regex: '/fuck|shit|damn/'
# triggers if current activity has greater than 5 matches
matchThreshold: '> 5'