diff --git a/doc/Commands.md b/doc/Commands.md index c90b2e37..e92701eb 100644 --- a/doc/Commands.md +++ b/doc/Commands.md @@ -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. + + list modules + 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).