diff options
Diffstat (limited to 'include/commands.h')
-rw-r--r-- | include/commands.h | 2 |
1 files changed, 1 insertions, 1 deletions
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<Anope::string> ¶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); |