mirror of
https://github.com/FoxxMD/context-mod.git
synced 2026-04-19 03:00:07 -04:00
7 lines
213 B
YAML
7 lines
213 B
YAML
name: swear
|
|
kind: regex
|
|
criteria:
|
|
- regex: '/fuck|shit|damn/'
|
|
# if "matchThreshold" is not specified it defaults to this -- default behavior is to trigger if there are any matches
|
|
#matchThreshold: "> 0"
|