diff --git a/doc/Admin.md b/doc/Admin.md index 30052de5..30ecc69f 100644 --- a/doc/Admin.md +++ b/doc/Admin.md @@ -555,10 +555,18 @@ For example, to schedule a command to run 1 hour from now: eventqueue add "1 hour" echo Ta-da! Command added to event queue. - 1 hour later ... + eventqueue list echo + Queued events: 1) in 1h: output #channel /say Ta-da! + + ... 1 hour later ... Ta-da! +To remove all "output" events: + + eventqueue remove output.* + Removed 1 event. + ## Process management commands ### ps Lists all currently running background processes.