3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-10-06 11:28:43 +02:00

doc/Admin.md: improvements

This commit is contained in:
Pragmatic Software 2020-03-08 17:56:30 -07:00
parent b5f6ccca1e
commit 6541cc68b6

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! <pragma-> eventqueue add "1 hour" echo Ta-da!
<PBot> Command added to event queue. <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! <PBot> Ta-da!
To remove all "output" events:
<pragma-> eventqueue remove output.*
<PBot> Removed 1 event.
## Process management commands ## Process management commands
### ps ### ps
Lists all currently running background processes. Lists all currently running background processes.