15 lines
477 B
YAML
15 lines
477 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
|
|
# {known_users}: List of names that are currently in the space
|
|
# {user_cnt}: The number of people that are currently in the space
|
|
open: |
|
|
The hackerspace is now OPEN.
|
|
closed: |
|
|
The hackerspace is now CLOSED.
|