summaryrefslogtreecommitdiffstats
path: root/makefu
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2021-01-04 11:45:25 +0100
committermakefu <github@syntax-fehler.de>2021-01-04 11:45:25 +0100
commiteff5c83773fdad9f463997c4ccdb836edc8cc579 (patch)
treee85e9fe942048501e80b8a289f9db4673cb9662b /makefu
parent7f28c06c5b581633ec21a7d8954341f665fac796 (diff)
ma systemdultras: init config for ircbot
Diffstat (limited to 'makefu')
-rw-r--r--makefu/2configs/systemdultras/ircbot.nix24
1 files changed, 24 insertions, 0 deletions
diff --git a/makefu/2configs/systemdultras/ircbot.nix b/makefu/2configs/systemdultras/ircbot.nix
new file mode 100644
index 00000000..c5f1bbed
--- /dev/null
+++ b/makefu/2configs/systemdultras/ircbot.nix
@@ -0,0 +1,24 @@
+{
+ krebs.brockman = {
+ enable = true;
+ config = {
+ irc = {
+ host = "irc.freenode.net";
+ port = 6667;
+ };
+ bots = {
+ r-systemdultras-rss = {
+ feed = "https://www.reddit.com/r/systemdultras/.rss";
+ delay = 136;
+ channels = [ "#systemdultras" ];
+ };
+ r-systemd-rss = {
+ feed = "https://www.reddit.com/r/systemd/.rss";
+ delay = 172;
+ channels = [ "#systemdultras" ];
+ };
+ };
+ };
+
+ };
+}