From a53b121bf4331497da63df3b1b7f1a7897dad146 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Fri, 13 Mar 2020 05:16:25 +0000 Subject: modules/weechat: ignore osmbot-test in #osm-gb This is a very noisy bot that posts any time somebody adds a note to the map in the UK, which happens a lot. --- modules/workstation/weechat/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/workstation/weechat/default.nix') diff --git a/modules/workstation/weechat/default.nix b/modules/workstation/weechat/default.nix index 0d77a9d5a512..4298122a4e0b 100644 --- a/modules/workstation/weechat/default.nix +++ b/modules/workstation/weechat/default.nix @@ -76,6 +76,7 @@ let commands = map (d: ''/set sec.data.${d} test'') sec ++ [ "/save" ] ++ map (n: "/server add ${n} ${cfgin.irc.server_default.addresses}") networks ++ + [ "/ignore add osmbot-test oftc #osm-gb" ] ++ mapAttrsToList (name: value: "/set ${name} ${toWeeChat value}") (flattenAttrs cfgin); -- cgit 1.4.1