浏览代码

darkirc: update darkirc_config.toml to new proposed default channel list

darkfi 1 年之前
父节点
当前提交
7012130b0b
共有 1 个文件被更改,包括 28 次插入16 次删除
  1. 28 16
      bin/darkirc/darkirc_config.toml

+ 28 - 16
bin/darkirc/darkirc_config.toml

@@ -25,13 +25,16 @@
 
 ## List of channels to autojoin for new client connections
 autojoin = [
-    "#dev",
-    "#memes",
+    "#darkfi-dev",
+    "#lunardao",
+    "#cryptomath",
     "#philosophy",
+    "#media",
+    "#tech",
     "#markets",
-    "#math",
     "#random",
-    "#lunardao",
+    "#support",
+    "#test",
 ]
 
 ## IRC server specific password
@@ -116,26 +119,35 @@ transport_mixing = false
 #secret = "7CkVuFgwTUpJn5Sv67Q3fyEDpa28yrSeL5Hg2GqQ4jfM"
 #topic = "My secret channel"
 
-[channel."#dev"]
-topic = "DarkFi Development HQ"
+[channel."#darkfi-dev"]
+topic = "dev meet every monday at 16:00 CET"
 
-[channel."#markets"]
-topic = "Crypto Market Talk"
+[channel."#lunardao"]
+topic = "LunarDAO anon action coordination & planning"
+
+[channel."#cryptomath"]
+topic = "cryptography & mathematics"
 
-[channel."#math"]
-topic = "Math Talk"
+[channel."#media"]
+topic = "memes, vids and cool stuff"
 
-[channel."#memes"]
-topic = "DarkFi Meme Reality"
+[channel."#tech"]
+topic = "stallman appreciation channel"
+
+[channel."#markets"]
+topic = "wen token ser do not redeem .etc"
 
 [channel."#philosophy"]
-topic = "Philosophy Discussions"
+topic = "philosoraptor, history, pol"
 
 [channel."#random"]
-topic = "/b/"
+topic = "\"i'm so random!\" ---> b&"
 
-[channel."#lunardao"]
-topic = "LunarDAO talk"
+[channel."#support"]
+topic = "halp me"
+
+[channel."#test"]
+topic = "write test here to see if you're on"
 
 ## ================
 ## Contact settings