mirror of
https://github.com/FoxxMD/context-mod.git
synced 2026-04-19 03:00:07 -04:00
9 lines
410 B
YAML
9 lines
410 B
YAML
name: swear
|
|
kind: regex
|
|
criteria:
|
|
# triggers if any activity in the last 10 (including current activity) match the regex
|
|
- regex: '/fuck|shit|damn/'
|
|
# if `window` is specified it tells the rule to check the current activity as well as the activities returned from `window`
|
|
# learn more about `window` here https://github.com/FoxxMD/context-mod/blob/master/docs/activitiesWindow.md
|
|
window: 10
|