From 69130134cd7f79a2482e303a8a0678bbdd1586c8 Mon Sep 17 00:00:00 2001 From: Benjamin Somers Date: Thu, 15 Feb 2024 16:43:43 +0000 Subject: [PATCH] irc-bot: reduce reply threshold --- profiles/irc-bot.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/profiles/irc-bot.nix b/profiles/irc-bot.nix index 795f339..8ed7914 100644 --- a/profiles/irc-bot.nix +++ b/profiles/irc-bot.nix @@ -56,6 +56,7 @@ }; }; logging = { level = "debug"; }; + matrixHandler = { shortReplyTresholdSeconds = 30; }; }; }; }