mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-22 11:59:43 +01:00
Document list modules
This commit is contained in:
parent
80b64a6fb5
commit
389c7248af
@ -21,6 +21,7 @@
|
|||||||
* [Factoids](#factoids)
|
* [Factoids](#factoids)
|
||||||
* [Code Factoids](#code-factoids)
|
* [Code Factoids](#code-factoids)
|
||||||
* [Modules](#modules)
|
* [Modules](#modules)
|
||||||
|
* [Listing all loaded modules](#listing-all-loaded-modules)
|
||||||
* [Commands documented here](#commands-documented-here)
|
* [Commands documented here](#commands-documented-here)
|
||||||
* [version](#version)
|
* [version](#version)
|
||||||
* [help](#help)
|
* [help](#help)
|
||||||
@ -436,6 +437,12 @@ a PBot module.
|
|||||||
|
|
||||||
For more information, see the [Modules documentation.](Modules.md)
|
For more information, see the [Modules documentation.](Modules.md)
|
||||||
|
|
||||||
|
##### Listing all loaded modules
|
||||||
|
To list all of the currently loaded modules, use the `list modules` command.
|
||||||
|
|
||||||
|
<pragma-> list modules
|
||||||
|
<PBot> Loaded modules: ago bashfaq bashpf c11std c2english c99std cdecl cfact cfaq ... etc.
|
||||||
|
|
||||||
## Commands documented here
|
## Commands documented here
|
||||||
These are the commands documented in this file. For commands documented in
|
These are the commands documented in this file. For commands documented in
|
||||||
other files see the [PBot documentation](../doc).
|
other files see the [PBot documentation](../doc).
|
||||||
|
Loading…
Reference in New Issue
Block a user