From f7cb9b8957f9e75b4d68e927e29147750f2baece Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Thu, 16 Feb 2023 14:39:03 +0100 Subject: [PATCH] feat(weechat): join #hsmr-moin --- systems/makanek/weechat.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/makanek/weechat.nix b/systems/makanek/weechat.nix index 8e972b1..77eb48d 100644 --- a/systems/makanek/weechat.nix +++ b/systems/makanek/weechat.nix @@ -60,7 +60,7 @@ in { addresses = "irc.hackint.org/6697"; ipv6 = true; ssl = true; - autojoin = ["#eloop" "#krebs" "#hsmr" "#nixos" "#the_playlist" "#flipdot-berlin" "#hackint"]; + autojoin = ["#eloop" "#krebs" "#hsmr" "#hsmr-moin" "#nixos" "#the_playlist" "#flipdot-berlin" "#hackint"]; sasl_mechanism = "plain"; sasl_username = nick; sasl_password = lib.strings.fileContents ;