From 9351debd73cb22f33bc46c201c9d66ec09ea773e Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Wed, 9 Apr 2025 18:17:02 +0100 Subject: Expand GetQueryCommand to take a command name. --- include/commands.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/commands.h') diff --git a/include/commands.h b/include/commands.h index 56ffa4c6f..e9df980e0 100644 --- a/include/commands.h +++ b/include/commands.h @@ -150,7 +150,7 @@ public: */ virtual void Execute(CommandSource &source, const std::vector ¶ms) = 0; - /** Called when HELP is requested for the client this command is on. + /** Called when help is requested for the client this command is on. * @param source The source */ virtual void OnServHelp(CommandSource &source); -- cgit