From 13b8154a2b4bbb2c6849f0b795814f1a62853ff3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Sun, 23 Jan 2022 14:26:01 +0100 Subject: [PATCH] feat(weechat): smart filter, filter Mic92 gitlab --- systems/makanek/weechat.nix | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/systems/makanek/weechat.nix b/systems/makanek/weechat.nix index 9956c4d..d33dcfa 100644 --- a/systems/makanek/weechat.nix +++ b/systems/makanek/weechat.nix @@ -120,9 +120,9 @@ in { tags = "*"; regex = "[kc]orona|💉|🤒|😷|[kc]ovid|virus|lockdown|va[kc][sc]in|mutante|mutation|impf|pandemi|κορ[ωο]ν[αο]ϊό|корона|expert|infe[ck]t|infizi|in[cz]iden[cz]|sars-cov|drosten|virolog|lauterbach|delta|omi[ck]ron|epidemi|booster|r-wert"; }; - joinquit = { + smart = { buffer = "*"; - tags = [ "irc_join" "irc_part" "irc_quit" "irc_nick" ]; + tags = "irc_smart_filter"; regex = "*"; }; playlist_topic = { @@ -135,6 +135,11 @@ in { tags = "irc_notice"; regex = "*"; }; + bots = { + buffer = "irc.retiolum.*"; + tags = [ "nick_gitlab" ]; + regex = "*"; + }; }; }; extraCommands = ''/matrix connect nibbana'';