Procházet zdrojové kódy

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

This reverts commit 7012130b0bd705989c985a28702dd6a4198d5a27.
darkfi před 1 rokem
rodič
revize
b6f29fb2f0
1 změnil soubory, kde provedl 16 přidání a 28 odebrání
  1. 16 28
      bin/darkirc/darkirc_config.toml

+ 16 - 28
bin/darkirc/darkirc_config.toml

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