1
0
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:
Sadie Powell
2025-04-22 17:36:26 +01:00
parent f5a85c69d2
commit f362959834
16 changed files with 49 additions and 44 deletions
+1 -1
View File
@@ -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