14 lines
339 B
YAML
14 lines
339 B
YAML
|
command_prefix: spaceapi
|
||
|
poll:
|
||
|
interval: 60
|
||
|
room: '#foo:example.org'
|
||
|
cache: 'spaceapi.cache.json'
|
||
|
spaceapi: https://example.org/spaceapi
|
||
|
messages:
|
||
|
# You can use the following fields:
|
||
|
# {lastchange}: Time the space state was last changed
|
||
|
open: |
|
||
|
The hackerspace is now OPEN.
|
||
|
closed: |
|
||
|
The hackerspace is now CLOSED.
|