1
0
mirror of https://github.com/anope/anope.git synced 2026-07-08 19:03:13 +02:00

Make the set_misc help format consistent with other set commands.

This commit is contained in:
Sadie Powell
2025-06-07 13:27:30 +01:00
parent 96a503b4d9
commit c73a6c621f
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -171,6 +171,7 @@ public:
if (descriptions.count(source.command))
{
this->SendSyntax(source);
source.Reply(" ");
source.Reply("%s", Language::Translate(source.nc, descriptions[source.command].c_str()));
return true;
}
+1
View File
@@ -167,6 +167,7 @@ public:
if (descriptions.count(source.command))
{
this->SendSyntax(source);
source.Reply(" ");
source.Reply("%s", Language::Translate(source.nc, descriptions[source.command].c_str()));
return true;
}