mirror of
https://github.com/znc/znc.git
synced 2026-08-06 08:52:57 +02:00
Fix a incorrect Doxygen comment for CModCommand::HandleCommand
OnUnknownModCommand is called if a command isn't found, and HandleHelpCommand is never called.
This commit is contained in:
@@ -824,8 +824,8 @@ public:
|
||||
const CModCommand* FindCommand(const CString& sCmd) const;
|
||||
/** This function tries to dispatch the given command via the correct
|
||||
* instance of CModCommand. Before this can be called, commands have to
|
||||
* be added via AddCommand(). If no "help" command is added, this
|
||||
* function will call HandleHelpCommand.
|
||||
* be added via AddCommand(). If no matching commands are found then
|
||||
* OnUnknownModCommand will be called.
|
||||
* @param sLine The command line to handle.
|
||||
* @return True if something was done, else false.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user