mirror of
https://github.com/nicolabs/nicobot.git
synced 2025-09-07 05:14:01 +02:00
15 lines
458 B
YAML
15 lines
458 B
YAML
# Each entry is a couple of [ name, pattern ]
|
|
patterns:
|
|
- [ "yes", "(?i)\\b(yes|ok)\\b" ]
|
|
- [ "no", "(?i)\\bno\\b" ]
|
|
- [ "cancel", "(?i)\\b(cancel|abort)\\b" ]
|
|
|
|
backend: console
|
|
#backend: signal
|
|
|
|
# Make sure to put quotes around the username field as it is a phone number for Signal
|
|
username: "+33123456789"
|
|
recipient: "+33123456789"
|
|
# Get this group ID with the command `signal-cli -u +33123456789 listGroups`
|
|
#group: "mABCDNVoEFGz0YeZM1234Q=="
|