From 6541cc68b64f7488f0265f82a3c3cdb7edfe4323 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Sun, 8 Mar 2020 17:56:30 -0700 Subject: [PATCH] doc/Admin.md: improvements --- doc/Admin.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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.