diff --git a/config.default.toml b/config.default.toml index 42821681..b1310c37 100644 --- a/config.default.toml +++ b/config.default.toml @@ -1,6 +1,16 @@ port = 80 verify_client_certificates = true +# Not implemented +[defaults] +name = "Freenode" +address = "chat.freenode.net" +password = "" +channels = [ + "#dispatch", + "#go-nuts" +] + [https] enabled = false port = 443