From d02567677c8c4adcce1f5709e7d304a0703c1a34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Sun, 31 Mar 2024 12:48:16 +0200 Subject: [PATCH] feat(panoptikon): watch kobudo --- systems/ful/panoptikon.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/systems/ful/panoptikon.nix b/systems/ful/panoptikon.nix index 1d170a1..55fa5f2 100644 --- a/systems/ful/panoptikon.nix +++ b/systems/ful/panoptikon.nix @@ -62,6 +62,10 @@ in { script = panoptikon.url "https://kratylos.reichert-online.org/current_issue/KRATYLOS"; reporters = [irc-kmein]; }; + kobudo-tesshinkan = { + script = panoptikon.url "https://kobudo-tesshinkan.eu/index.php/de/termine-berichte/lehrgaenge/"; + reporters = [irc-kmein telegram-kmein]; + }; zeno-free = { script = panoptikon.urlSelector ".zenoCOMain" "http://www.zeno.org/Lesesaal/M/E-Books"; reporters = [irc-kmein];