ma systemdultras/ircbot: do not notify errors
This commit is contained in:
parent
2d3d768848
commit
83fce4897e
@ -8,18 +8,15 @@
|
|||||||
host = "irc.freenode.net";
|
host = "irc.freenode.net";
|
||||||
port = 6667;
|
port = 6667;
|
||||||
};
|
};
|
||||||
|
notifyErrors = false;
|
||||||
bots = {
|
bots = {
|
||||||
r-systemdultras-rss = {
|
r-systemdultras-rss = {
|
||||||
feed = "https://www.reddit.com/r/systemdultras/.rss";
|
feed = "https://www.reddit.com/r/systemdultras/.rss";
|
||||||
delay = 136;
|
delay = 136;
|
||||||
channels = [ "#systemdultras" ];
|
|
||||||
notifyErrors = false;
|
|
||||||
};
|
};
|
||||||
r-systemd-rss = {
|
r-systemd-rss = {
|
||||||
feed = "https://www.reddit.com/r/systemd/.rss";
|
feed = "https://www.reddit.com/r/systemd/.rss";
|
||||||
delay = 172;
|
delay = 172;
|
||||||
channels = [ "#systemdultras" ];
|
|
||||||
notifyErrors = false;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user