mirror of
https://github.com/anope/anope.git
synced 2026-06-12 19:14:47 +02:00
Expand GetQueryCommand to take a command name.
This commit is contained in:
@@ -58,8 +58,9 @@ public:
|
||||
}
|
||||
}
|
||||
}
|
||||
source.Reply(_("Type \002%s HELP %s \037option\037\002 for more information on a\n"
|
||||
"particular option."), source.service->GetQueryCommand().c_str(), this_name.c_str());
|
||||
source.Reply(_("Type \002%s \037option\037\002 for more information on a\n"
|
||||
"particular option."),
|
||||
source.service->GetQueryCommand("generic/help", this_name).c_str());
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user