From 0562cacc58c052c804162991f425827e99dc8aaa Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Fri, 14 Feb 2020 23:10:18 -0800 Subject: [PATCH] README.md: improvements --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1be9d443..27dc709c 100644 --- a/README.md +++ b/README.md @@ -148,10 +148,10 @@ is addressed to a nick, the output will also be addressed to them. #### Background processing Any command can be flagged to be executed as a background process. For example, suppose you make a Plugin that has a command that may potentially take a long time to complete, which could -cause PBot to be non-responsive until the command completes... +cause PBot to be non-responsive... Not a problem! You can use the [`cmdset`](doc/Admin.md#cmdset) command to set the `execute-process` [command metadata](doc/Admin.md#command-metadata-list) -and the command will now run as a background process, allowing PBot to carry on with its duties while the command runs. +and the command will now run as a background process, allowing PBot to carry on with its duties. The familiar [`ps`](doc/Admin.md#ps) and [`kill`](doc/Admin.md#kill) commands can be used to list and kill the background processes.