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;