mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-25 21:39:27 +01:00
doc/Admin.md: add "listing modules"
This commit is contained in:
parent
f0c9ea3cb4
commit
a9d7808e37
@ -37,6 +37,7 @@
|
|||||||
* [Module management commands](#module-management-commands)
|
* [Module management commands](#module-management-commands)
|
||||||
* [load](#load)
|
* [load](#load)
|
||||||
* [unload](#unload)
|
* [unload](#unload)
|
||||||
|
* [Listing modules](#listing-modules)
|
||||||
* [Plugin management commands](#plugin-management-commands)
|
* [Plugin management commands](#plugin-management-commands)
|
||||||
* [plug](#plug)
|
* [plug](#plug)
|
||||||
* [unplug](#unplug)
|
* [unplug](#unplug)
|
||||||
@ -296,6 +297,12 @@ the module was loaded as.
|
|||||||
|
|
||||||
Usage: `unload <keyword>`
|
Usage: `unload <keyword>`
|
||||||
|
|
||||||
|
### Listing modules
|
||||||
|
To list modules, use the `list modules` command. This is not an admin command, but
|
||||||
|
it is included here for completeness.
|
||||||
|
|
||||||
|
Usage: `list modules`
|
||||||
|
|
||||||
## Plugin management commands
|
## Plugin management commands
|
||||||
|
|
||||||
### plug
|
### plug
|
||||||
|
Loading…
Reference in New Issue
Block a user