mirror of
https://github.com/kmein/niveum
synced 2026-03-19 19:41:08 +01:00
feat(weechat): smart filter, filter Mic92 gitlab
This commit is contained in:
@@ -120,9 +120,9 @@ in {
|
|||||||
tags = "*";
|
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";
|
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 = "*";
|
buffer = "*";
|
||||||
tags = [ "irc_join" "irc_part" "irc_quit" "irc_nick" ];
|
tags = "irc_smart_filter";
|
||||||
regex = "*";
|
regex = "*";
|
||||||
};
|
};
|
||||||
playlist_topic = {
|
playlist_topic = {
|
||||||
@@ -135,6 +135,11 @@ in {
|
|||||||
tags = "irc_notice";
|
tags = "irc_notice";
|
||||||
regex = "*";
|
regex = "*";
|
||||||
};
|
};
|
||||||
|
bots = {
|
||||||
|
buffer = "irc.retiolum.*";
|
||||||
|
tags = [ "nick_gitlab" ];
|
||||||
|
regex = "*";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
extraCommands = ''/matrix connect nibbana'';
|
extraCommands = ''/matrix connect nibbana'';
|
||||||
|
|||||||
Reference in New Issue
Block a user