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:
+2
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user