3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-10-06 11:28:43 +02:00

doc/Admin.md: improvents

This commit is contained in:
Pragmatic Software 2020-03-08 19:52:51 -07:00
parent b5fad6c279
commit 4e8c0977da

View File

@ -546,7 +546,8 @@ Name | Description
## Event queue management ## Event queue management
### eventqueue ### 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>` Usage: `eventqueue list [filter regex] | add <relative time> <command> | remove <event>`