From cd7e688a463c1c10cf165d8ac8d94c83f9c3e29b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Fri, 25 Feb 2022 08:30:43 +0100 Subject: [PATCH] feat(weechat): #flipdot-berlin --- 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 751938c..2b05412 100644 --- a/systems/makanek/weechat.nix +++ b/systems/makanek/weechat.nix @@ -52,7 +52,7 @@ in { address = "irc.hackint.org/6697"; ipv6 = true; ssl = true; - autojoin = [ "#krebs" "#hsmr" "#nixos" "#the_playlist" ]; + autojoin = [ "#krebs" "#hsmr" "#nixos" "#the_playlist" "#flipdot-berlin" ]; sasl_mechanism = "plain"; sasl_username = nick; sasl_password = lib.strings.fileContents ;