1
0
mirror of https://github.com/anope/anope.git synced 2026-07-01 12:46:39 +02:00

Fix using the wrong command name in the help module.

This commit is contained in:
Sadie Powell
2025-05-24 15:20:47 +01:00
parent 4317b5557e
commit e182519e4d
+2 -1
View File
@@ -121,7 +121,8 @@ public:
if (!groups.empty())
{
source.Reply(" ");
source.Reply(_("Use the \002%s\032ALL\002 command to list all commands and their descriptions."), source.command.nobreak().c_str());
source.Reply(_("Use the \002%s\032ALL\002 command to list all commands and their descriptions."),
source_command.nobreak().c_str());
}
}
else