mirror of
https://github.com/FoxxMD/context-mod.git
synced 2026-05-11 03:00:42 -04:00
7 lines
152 B
YAML
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'
|