mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-25 13:29:29 +01:00
doc: add eventqueue
This commit is contained in:
parent
d1bbf38477
commit
b5f6ccca1e
@ -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)
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user