Document `list modules`

This commit is contained in:
Pragmatic Software 2021-09-14 22:46:08 -07:00
parent 80b64a6fb5
commit 389c7248af
1 changed files with 7 additions and 0 deletions

View File

@ -21,6 +21,7 @@
* [Factoids](#factoids)
* [Code Factoids](#code-factoids)
* [Modules](#modules)
* [Listing all loaded modules](#listing-all-loaded-modules)
* [Commands documented here](#commands-documented-here)
* [version](#version)
* [help](#help)
@ -436,6 +437,12 @@ a PBot module.
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
These are the commands documented in this file. For commands documented in
other files see the [PBot documentation](../doc).