doc/Admin.md: improvents

This commit is contained in:
Pragmatic Software 2020-03-08 19:52:51 -07:00
parent b5fad6c279
commit 4e8c0977da
1 changed files with 2 additions and 1 deletions

View File

@ -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 <relative time> <command> | remove <event>`