Browse Source

add #random to default autojoin

narodnik 4 năm trước cách đây
mục cha
commit
324f43d097
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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"
 #irc_tls_secret = "/etc/letsencrypt/ircd/privkey.pem"
 
 
 ## List of channels to autojoin for new client connections
 ## List of channels to autojoin for new client connections
-autojoin = ["#dev", "#memes", "#philosophy", "#markets", "#math"]
+autojoin = ["#dev", "#memes", "#philosophy", "#markets", "#math", "#random"]
 
 
 ## P2P net settings
 ## P2P net settings
 [net]
 [net]