mirror of
https://github.com/anope/anope.git
synced 2026-07-04 02:03:12 +02:00
Fix splitting in the middle of some command names.
This commit is contained in:
+1
-1
@@ -119,7 +119,7 @@ public:
|
||||
if (!groups.empty())
|
||||
{
|
||||
source.Reply(" ");
|
||||
source.Reply(_("Use the \002%s\032ALL\002 command to list all commands and their descriptions."), source_command.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