From 4e8c0977dab0af42a220ff0229aa372b5a6e4214 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Sun, 8 Mar 2020 19:52:51 -0700 Subject: [PATCH] doc/Admin.md: improvents --- doc/Admin.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/Admin.md b/doc/Admin.md index 76240650..9addbfd3 100644 --- a/doc/Admin.md +++ b/doc/Admin.md @@ -546,7 +546,8 @@ Name | Description ## Event queue management ### eventqueue -Manages the PBot event queue. Can be used to add commands that run at a future time. +PBot uses an event queue to schedule future tasks or commands. The `eventqueue` command can +be used to list or remove upcoming events. It can also be used to schedule a command. Usage: `eventqueue list [filter regex] | add | remove `