diff options
Diffstat (limited to 'makefu/2configs/bgt/social-to-irc.nix')
-rw-r--r-- | makefu/2configs/bgt/social-to-irc.nix | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/makefu/2configs/bgt/social-to-irc.nix b/makefu/2configs/bgt/social-to-irc.nix index ce89451c1..dc975c359 100644 --- a/makefu/2configs/bgt/social-to-irc.nix +++ b/makefu/2configs/bgt/social-to-irc.nix @@ -4,6 +4,7 @@ enable = true; config = { channel = "#binaergewitter"; + notifyErrors = false; irc = { host = "irc.freenode.net"; port = 6667; @@ -15,15 +16,13 @@ bots = { bgt-mastodon-rss = { feed = "https://jit.social/users/binaergewitter.rss"; - channels = [ "#binaergewitter" ]; + #extraChannels = [ "#binaergewitter" ]; delay = 180; - notifyErrors = false; }; bgt-blog-rss = { feed = "https://blog.binaergewitter.de/rss.xml"; - channels = [ "#binaergewitter" ]; + #extraChannels = [ "#binaergewitter" ]; delay = 180; - notifyErrors = false; }; }; }; |