Просмотр исходного кода

ircd: Add more default autojoin channels.

parazyd 4 лет назад
Родитель
Сommit
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"
 #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"]
+autojoin = ["#dev", "#memes", "#philosophy", "#markets", "#math"]
 
 
 ## P2P net settings
 ## P2P net settings
 [net]
 [net]