mirror of
https://github.com/pragma-/pbot.git
synced 2025-01-11 04:22:35 +01:00
README.md: fix link
This commit is contained in:
parent
35e735ad7d
commit
fa171688d8
@ -150,7 +150,7 @@ Any command can be flagged to execute as a background process. For example, supp
|
||||
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...
|
||||
|
||||
Not a problem! You can use the [`cmdset`](doc/Commands.md#cmdset) command to set the `execute-process` [command metadata](doc/Admin.md#command-metadata-list)
|
||||
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.
|
||||
|
||||
The familiar [`ps`](doc/Admin.md#ps) and [`kill`](doc/Admin.md#kill) commands can be used to list and kill the background processes.
|
||||
|
Loading…
Reference in New Issue
Block a user