From bda4f4cc2d68ef8d70ca3604679c852b98c2da26 Mon Sep 17 00:00:00 2001 From: crazycatdevs <44431938+crazycatdevs@users.noreply.github.com> Date: Fri, 8 Nov 2024 09:27:38 +0100 Subject: [PATCH] Correct mod-path variable In Modules section, path was referenced as module-path when it's mod-path --- doc/sphinx_source/using/core.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/sphinx_source/using/core.rst b/doc/sphinx_source/using/core.rst index f192c3cac..8c1e88e8f 100644 --- a/doc/sphinx_source/using/core.rst +++ b/doc/sphinx_source/using/core.rst @@ -589,7 +589,7 @@ Modules After the core settings, you should start loading modules. Modules are loaded by the command "loadmodule ". Eggdrop looks for modules -in the directory you specified by the module-path setting in the files +in the directory you specified by the mod-path setting in the files and directories section. Please note that for different configurations, different modules are needed.