14 lines
No EOL
353 B
YAML
14 lines
No EOL
353 B
YAML
# Command prefix to listen to
|
|
# DO NOT CHANGE THIS UNLESS YOU KNOW WHAT YOU ARE DOING
|
|
command_prefix: report
|
|
|
|
# How many seconds to wait between refreshes
|
|
refresh_delay: 60
|
|
|
|
# Which rooms to send to, per region
|
|
send_configs:
|
|
arizona:
|
|
- "!example:example.com"
|
|
- "!example2:example.com"
|
|
california:
|
|
- "!example:example.com" |