From b9277c7b0dedee2819b773f0b9f5776e114a896c Mon Sep 17 00:00:00 2001 From: Gabe Venberg Date: Thu, 18 Apr 2024 14:53:20 -0500 Subject: [PATCH] tiny now wont spam me with join/leave messages. --- modules/home-manager/terminal/tiny-irc.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/home-manager/terminal/tiny-irc.nix b/modules/home-manager/terminal/tiny-irc.nix index 668bb56..fe47845 100644 --- a/modules/home-manager/terminal/tiny-irc.nix +++ b/modules/home-manager/terminal/tiny-irc.nix @@ -39,6 +39,8 @@ } ]; defaults = { + # ignore join/leave messages + ignore = true; nicks = ["toric"]; realname = "Gabe Venberg"; tls = true;