瀏覽代碼

ircd: Add more default autojoin channels.

parazyd 4 年之前
父節點
當前提交
86bb62f627
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      bin/ircd/ircd_config.toml

+ 1 - 1
bin/ircd/ircd_config.toml

@@ -12,7 +12,7 @@
 #irc_tls_secret = "/etc/letsencrypt/ircd/privkey.pem"
 
 ## List of channels to autojoin for new client connections
-autojoin = ["#dev"]
+autojoin = ["#dev", "#memes", "#philosophy", "#markets", "#math"]
 
 ## P2P net settings
 [net]