# Server and channel settings server: host: "localhost" port: 6667 channels: - "#rktest" bot_nick: "ramenkan" # User and code for admin actions admin: user: "mio" code: "ramen" # Request prefix, e.g. "!" for "!" req_prefix: "!" # Print messages to stdout debug: False