itte/ramenkan/config.sample.yml

28 lines
420 B
YAML
Raw Normal View History

2018-09-15 23:18:44 +00:00
# Server and channel settings
server:
host: "localhost"
port: 6667
channels:
- "#bots"
2018-09-15 23:18:44 +00:00
bot_nick: "ramenkan"
# User and code for admin actions
admin:
2018-09-17 16:27:05 +00:00
user: "user"
2018-09-15 23:18:44 +00:00
code: "ramen"
# Request prefix, e.g. "!" for "!<request>"
req_prefix: "!"
# Print messages to stdout
debug: False
# Mastodon account
# mastodon:
# base_url: "https://example.com"
# access_token: ""
# client_secret: ""
# client_id: ""