From d1bbf38477163142611f6fba39ad44aa3fedbb8d Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Sun, 8 Mar 2020 16:29:49 -0700 Subject: [PATCH] doc/Admin.md: improvements --- doc/Admin.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/Admin.md b/doc/Admin.md index c821bbdb..30052de5 100644 --- a/doc/Admin.md +++ b/doc/Admin.md @@ -550,12 +550,12 @@ Manages the PBot event queue. Can be used to add commands that run at a future t Usage: `eventqueue list [filter regex] | add | delete ` -For example, to schedule a command to run 10 seconds from now: +For example, to schedule a command to run 1 hour from now: - eventqueue add "10 seconds" echo Ta-da! + eventqueue add "1 hour" echo Ta-da! Command added to event queue. - 10 seconds later ... + 1 hour later ... Ta-da!