dotfiles

My dotfiles and configs
git clone https://git.dasho.dev/dotfiles.git
Log | Files | Refs | README

config.toml (1018B)


      1 # Redbrick config.
      2 #
      3 # For a complete list of available options,
      4 # please visit https://redbrick.chat/configuration/
      5 
      6 [servers.404]
      7 nickname = "Dasho"
      8 nick_password_file = "~/.config/redbrick/404/password"
      9 server = "irc.4-0-4.io"
     10 port = 6667
     11 channels = ["#chat", "#general", "#help", "#redbrick"]
     12 use_tls = false
     13 
     14 [servers.404.sasl.plain]
     15 username = "Dasho"
     16 password_file = "~/.config/redbrick/404/password"
     17 
     18 [servers.test-404]
     19 nickname = "Dasho"
     20 nick_password_file = "~/.config/redbrick/404/password"
     21 server = "127.0.0.1"
     22 port = 6667
     23 channels = ["#test"]
     24 use_tls = false
     25 
     26 [servers.bhc]
     27 nickname = "Dasho"
     28 nick_password_file = "~/.config/redbrick/bhc/password"
     29 server = "blkhatjxlrvc5aevqzz5t6kxldayog6jlx5h7glnu44euzongl4fh5ad.onion"
     30 port = 6667
     31 channels = ["#lobby", "#staff"]
     32 use_tls = false
     33 
     34 [servers.cheshire]
     35 nickname = "Dasho"
     36 nick_password_file = "~/.config/redbrick/cheshire/password"
     37 server = "34vnln24rlakgbk6gpityvljieayyw7q4bhdbbgs6zp2v5nbh345zgad.onion"
     38 port = 6667
     39 channels =["#chucky"]
     40 use_tls = false