From df845be78fd3fd2269120ff3e49897afae673222 Mon Sep 17 00:00:00 2001 From: parazyd Date: Tue, 10 May 2022 02:23:11 +0200 Subject: [PATCH] ircd: Add comments for new features in the config file. --- bin/ircd/ircd_config.toml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/bin/ircd/ircd_config.toml b/bin/ircd/ircd_config.toml index c22284678..7ca577dbe 100644 --- a/bin/ircd/ircd_config.toml +++ b/bin/ircd/ircd_config.toml @@ -7,6 +7,7 @@ ## Sets Datastore Path #datastore="~/.config/ircd" +## List of channels to autojoin for new client connections autojoin = ["#dev"] ## Raft net settings @@ -33,5 +34,9 @@ autojoin = ["#dev"] #channel_handshake_seconds=4 #channel_heartbeat_seconds=10 -[channel."#dev"] -secret = "f00b4r" +## Per-channel settings +#[channel."#dev"] +## Create with `ircd --gen-secret` +#secret = "7CkVuFgwTUpJn5Sv67Q3fyEDpa28yrSeL5Hg2GqQ4jfM" +## Topic to set for the channel +#topic = "DarkFi Development HQ"