From c1f013fc2f14a4dc5ad5af94aa1b9bba3b6dd44d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Fri, 11 Mar 2022 10:22:57 +0100 Subject: [PATCH] feat(weechat): update channels --- systems/makanek/weechat.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/systems/makanek/weechat.nix b/systems/makanek/weechat.nix index f210620..b7dddc8 100644 --- a/systems/makanek/weechat.nix +++ b/systems/makanek/weechat.nix @@ -67,7 +67,7 @@ in { autoconnect = true; address = "irc.libera.chat/6697"; ssl = true; - autojoin = ["#flipdot" "#haskell" "#nixos" "#fysi" "#binaergewitter" "#neovim" "#lojban" "#vim"]; + autojoin = ["#flipdot" "#haskell" "#nixos" "#fysi" "#binaergewitter" "#neovim" "#lojban" "#vim" "#newsboat" ]; sasl_mechanism = "plain"; sasl_username = nick; sasl_password = lib.strings.fileContents ; @@ -86,7 +86,7 @@ in { retiolum = { autoconnect = true; address = "irc.r"; - autojoin = ["#xxx" "#brockman" "#flix" "#autowifi"]; + autojoin = ["#xxx" "#brockman" "#flix" "#mukke"]; command = lib.concatStringsSep "\\;" [ "/oper admin aidsballs" "/msg nickserv always-on true"