From 7e49d65e4fe5e48cd78114ffcd097d9b86d6b23c Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Fri, 14 Feb 2020 23:17:19 -0800 Subject: [PATCH] Commands: rename execute-process to background-process --- PBot/Commands.pm | 2 +- data/commands | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/PBot/Commands.pm b/PBot/Commands.pm index 75967404..9ce7ad38 100644 --- a/PBot/Commands.pm +++ b/PBot/Commands.pm @@ -121,7 +121,7 @@ sub interpreter { } $stuff->{no_nickoverride} = 1; - if ($self->get_meta($keyword, 'execute-process')) { + if ($self->get_meta($keyword, 'background-process')) { my $timeout = $self->{pbot}->{registry}->get_value('processmanager', 'default_timeout'); $self->{pbot}->{process_manager}->execute_process( $stuff, diff --git a/data/commands b/data/commands index 7a4395aa..b74a6b59 100644 --- a/data/commands +++ b/data/commands @@ -175,7 +175,7 @@ }, "export" : { "_name" : "export", - "execute-process" : "1", + "background-process" : "1", "help" : "Exports specified list to HTML file. See https://github.com/pragma-/pbot/blob/master/doc/Admin.md#export", "requires_cap" : 1 }, @@ -401,7 +401,7 @@ }, "recall" : { "_name" : "recall", - "execute-process" : "1", + "background-process" : "1", "help" : "Recalls previous chat history for a channel. See https://github.com/pragma-/pbot/blob/master/doc/Commands.md#recall", "requires_cap" : 0 }, @@ -564,13 +564,13 @@ }, "weather" : { "_name" : "weather", - "execute-process" : "1", + "background-process" : "1", "help" : "Fetches and displays weather data. You may set `!my location ...` to remember your location.", "requires_cap" : 0 }, "wttr" : { "_name" : "wttr", - "execute-process" : "1", + "background-process" : "1", "help" : "", "requires_cap" : "0" }