Help Class ReferenceCommand: list commands.
More...
| |||||||||||||||||||||||||||||||||||||
Public Member Functions | |
| Help () | |
| void | Execute (InSocket *, const std::string ¶ms, Parse &) |
| Execute command. | |
| std::string | Category () |
| Get command category. | |
Definition at line 28 of file Help.h.
| void Help::Execute | ( | InSocket * | , | |
| const std::string & | arg, | |||
| Parse & | ||||
| ) | [virtual] |
Execute command.
Implements Command.
Definition at line 27 of file Help.cpp.
00028 { 00029 static_cast<FutureHandler&>(from -> Handler()).ShowHelp(from, params); 00030 from -> SetPrompt(); 00031 }
| std::string Help::Category | ( | ) | [inline, virtual] |
1.4.4