18 lines
No EOL
562 B
YAML
18 lines
No EOL
562 B
YAML
# Command prefix to send with
|
|
# DO NOT CHANGE THIS UNLESS YOU KNOW WHAT YOU ARE DOING
|
|
command_prefix: report
|
|
|
|
# How many seconds to wait between refreshes.
|
|
# Bot will wait out previously-set delay until the next one. Restart if needed.
|
|
refresh_delay: 120
|
|
|
|
# Which rooms to send to, per region
|
|
# Coder will push reports to rooms listed under __global__ and the specific region.
|
|
sendto:
|
|
__global__:
|
|
- "!example:example.com"
|
|
arizona:
|
|
- "!example:example.com"
|
|
- "!example2:example.com"
|
|
california:
|
|
- "!example:example.com" |