doc/Admin.md: improvements

This commit is contained in:
Pragmatic Software 2020-03-08 17:56:30 -07:00
parent b5f6ccca1e
commit 6541cc68b6
1 changed files with 9 additions and 1 deletions

View File

@ -555,10 +555,18 @@ For example, to schedule a command to run 1 hour from now:
<pragma-> eventqueue add "1 hour" echo Ta-da!
<PBot> Command added to event queue.
1 hour later ...
<pragma-> eventqueue list echo
<PBot> Queued events: 1) in 1h: output #channel /say Ta-da!
... 1 hour later ...
<PBot> Ta-da!
To remove all "output" events:
<pragma-> eventqueue remove output.*
<PBot> Removed 1 event.
## Process management commands
### ps
Lists all currently running background processes.