# Server and channel settings server: host: "localhost" port: 6667 channels: - "#bots" bot_nick: "ramenkan" # User and code for admin actions admin: user: "user" code: "ramen" # Request prefix, e.g. "!" for "!" req_prefix: "!" # Print messages to stdout debug: False # Mastodon account # mastodon: # base_url: "https://example.com" # access_token: "" # client_secret: "" # client_id: ""