You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
bones/config.example.toml

14 lines
265 B
TOML

owners = ["yourmain"]
nickname = "botname"
server = "chat.freenode.net"
port = 6697
use_ssl = true
channels = ["#random"]
user_info = "I'm a test bot. Leave me be."
[options]
db_host = "localhost"
db_user = "postgres"
db_pass = "postgres"
db_name = "communitybot"