From 9ec004958f2af816fc90f753964338eb19961186 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Mon, 19 Apr 2021 19:58:03 +0100 Subject: Improve the messages sent when loading/unloading/reloading modules. --- src/modules/m_globalload.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/m_globalload.cpp') diff --git a/src/modules/m_globalload.cpp b/src/modules/m_globalload.cpp index bba31ee43..01e9bbc6d 100644 --- a/src/modules/m_globalload.cpp +++ b/src/modules/m_globalload.cpp @@ -143,7 +143,7 @@ class CommandGReloadModule : public Command } else { - user->WriteRemoteNumeric(ERR_CANTUNLOADMODULE, parameters[0], "Could not find module by that name"); + user->WriteRemoteNumeric(ERR_CANTUNLOADMODULE, parameters[0], "Could not find a loaded module by that name"); return CMD_FAILURE; } } -- cgit v1.3.1-10-gc9f91