Planeshift
|
Manager class for handling guild client commands. More...
#include <cmdguilds.h>
Public Member Functions | |
virtual const char * | HandleCommand (const char *cmd) |
Interprets a received message and executes the command. | |
virtual void | HandleMessage (MsgEntry *msg) |
psGuildCommands (ClientMsgHandler *mh, CmdHandler *ch, iObjectRegistry *obj) | |
virtual | ~psGuildCommands () |
Manager class for handling guild client commands.
Definition at line 37 of file cmdguilds.h.
psGuildCommands::psGuildCommands | ( | ClientMsgHandler * | mh, |
CmdHandler * | ch, | ||
iObjectRegistry * | obj | ||
) |
virtual psGuildCommands::~psGuildCommands | ( | ) | [virtual] |
virtual const char* psGuildCommands::HandleCommand | ( | const char * | cmd | ) | [virtual] |
Interprets a received message and executes the command.
char * returned can be an error message to display.
Implements psCmdBase.