From 91073df113e753f31bef37ac1ad0231bdeaf418e Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Thu, 12 Aug 2021 22:28:52 -0700 Subject: [PATCH] data/commands: `recall` should not be run backgrounded --- data/commands | 1 - 1 file changed, 1 deletion(-) diff --git a/data/commands b/data/commands index 2285b8bd..c0c04169 100644 --- a/data/commands +++ b/data/commands @@ -361,7 +361,6 @@ "requires_cap" : 1 }, "recall" : { - "background-process" : "1", "dont-replace-pronouns" : "0", "help" : "Recalls previous chat history for a channel. See https://github.com/pragma-/pbot/blob/master/doc/Commands.md#recall", "requires_cap" : "0"