mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-22 03:49:29 +01:00
doc/Admin.md: improvements
This commit is contained in:
parent
b5f6ccca1e
commit
6541cc68b6
10
doc/Admin.md
10
doc/Admin.md
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user