From 389c7248affca3ee95e5a2613f5ced99e2a0d8cc Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Tue, 14 Sep 2021 22:46:08 -0700 Subject: [PATCH] Document `list modules` --- doc/Commands.md | 7 +++++++ 1 file changed, 7 insertions(+) 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).