3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-10-02 01:18:40 +02:00

doc: add eventqueue

This commit is contained in:
Pragmatic Software 2020-03-08 16:33:01 -07:00
parent d1bbf38477
commit b5f6ccca1e
2 changed files with 6 additions and 0 deletions

View File

@ -67,6 +67,8 @@
* [Command metadata](#command-metadata)
* [cmdset](Admin.md#cmdset)
* [cmdunset](Admin.md#cmdunset)
* [Event queue](#event-queue)
* [eventqueue](Admin.md#eventqueue)
* [Process management](#process-management)
* [ps](Admin.md#ps)
* [kill](Admin.md#kill)
@ -388,6 +390,9 @@ to have the command remember your location.
##### [cmdset](Admin.md#cmdset)
##### [cmdunset](Admin.md#cmdunset)
#### Event queue
##### [eventqueue](Admin.md#eventqueue)
#### Process management
##### [ps](Admin.md#ps)
##### [kill](Admin.md#kill)

View File

@ -64,6 +64,7 @@
* [Module management commands](Commands.md#module-management-commands)
* [Plugin management commands](Commands.md#plugin-management-commands)
* [Command metadata](Commands.md#command-metadata)
* [Event queue](Commands.md#event-queue)
* [Process management](Commands.md#process-management)
* [Registry commands](Commands.md#registry-commands)
* [Miscellaneous admin commands](Commands.md#miscellaneous-admin-commands)