From 8f75fe8e79b01c741f6db1e8bab0f388889e0f49 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Sun, 8 Mar 2020 16:28:29 -0700 Subject: [PATCH] doc/Admin.md: improvements --- doc/Admin.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/Admin.md b/doc/Admin.md index 101c90ba..c821bbdb 100644 --- a/doc/Admin.md +++ b/doc/Admin.md @@ -548,16 +548,16 @@ Name | Description ### eventqueue Manages the PBot event queue. Can be used to add commands that run at a future time. -Usage: `eventqueue list [filter regex] | add | delete +Usage: `eventqueue list [filter regex] | add | delete ` For example, to schedule a command to run 10 seconds from now: - eventqueue add "10 seconds" echo Ta-da! - Command added to event queue. + eventqueue add "10 seconds" echo Ta-da! + Command added to event queue. - 10 seconds later ... + 10 seconds later ... - Ta-da! + Ta-da! ## Process management commands ### ps