diff options
author | Ben Sima <ben@bsima.me> | 2021-06-07 12:20:47 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2021-11-26 13:47:35 -0500 |
commit | b1201add800f14a4609f18e0f5896506f352cc01 (patch) | |
tree | 98e02f412cab49aa8364a8b6ecc37baf8e5779e5 /Biz/Cloud | |
parent | 295a33a48e7e49d8996b2412f3a5f750980c743b (diff) |
Add bitocin-otc and bsima channels
Diffstat (limited to 'Biz/Cloud')
-rw-r--r-- | Biz/Cloud/Znc.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Biz/Cloud/Znc.nix b/Biz/Cloud/Znc.nix index 93ec86d..a8d49a2 100644 --- a/Biz/Cloud/Znc.nix +++ b/Biz/Cloud/Znc.nix @@ -33,6 +33,8 @@ N.B.: generate znc passwords with 'nix-shell -p znc --command "znc --makepass"' LoadModule = [ "simple_away" "nickserv" "sasl" ]; Chan = { "#ai" = {}; + "#bitcoin-otc" = {}; + "#bsima" = {}; "#haskell-miso" = { Detached = true; }; "#home-manager" = { Detached = true; }; "#servant" = { Detached = true; }; |