mirror of
https://github.com/anope/anope.git
synced 2026-07-08 18:03:13 +02:00
Make the set_misc help format consistent with other set commands.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user