summaryrefslogtreecommitdiff
path: root/depo/nutin-madaj
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2019-10-09 21:57:42 -0700
committerBen Sima <ben@bsima.me>2019-10-09 21:57:42 -0700
commit89e8e4bbc0fe70dd7f8742e3ccfec492f281fb19 (patch)
tree439f6b28d94632e82f9d50e5e1dd01f022a60dbb /depo/nutin-madaj
parenta5262ff39577c1b4c8182b1fcde592a8c51e4c0a (diff)
[depo] add more irc channels
Diffstat (limited to 'depo/nutin-madaj')
-rw-r--r--depo/nutin-madaj/znc.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/depo/nutin-madaj/znc.nix b/depo/nutin-madaj/znc.nix
index b1512d7..0449893 100644
--- a/depo/nutin-madaj/znc.nix
+++ b/depo/nutin-madaj/znc.nix
@@ -27,10 +27,14 @@ N.B.: generate znc passwords with 'nix-shell -p znc --command "znc --makepass"'
LoadModule = [ "simple_away" "nickserv" "sasl" ];
Chan = {
"#ai" = {};
+ "#biz" = { Modes = "+Sp"; };
"#bsima" = { Modes = "+Sp"; };
"##categorytheory" = { Detached = true; };
+ "#clojure" = { Detached = true; };
"#coq" = { Detached = true; };
"#emacs" = { Detached = true; };
+ "#guile" = { Detached = true; };
+ "#guix" = { Detached = true; };
"#haskell" = {};
"#haskell-miso" = { Detached = true; };
"#hledger" = {}
@@ -40,6 +44,7 @@ N.B.: generate znc passwords with 'nix-shell -p znc --command "znc --makepass"'
"#nix-darwin" = { Detached = true; };
"#nixos" = {};
"#org-mode" = {};
+ "#scheme" = { Detached = true; };
"#servant" = { Detached = true; };
"#sr.ht" = { Detached = true; };
"#xmonad" = { Detached = true; };