From ec126582ac8a9c63adb9fa9d47033ef0511ec4e3 Mon Sep 17 00:00:00 2001 From: brain Date: Fri, 16 Dec 2005 10:38:28 +0000 Subject: Moved more command parsing stuff to CommandParser git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2514 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/command_parse.h | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'include/command_parse.h') diff --git a/include/command_parse.h b/include/command_parse.h index 80d39af64..b199123ee 100644 --- a/include/command_parse.h +++ b/include/command_parse.h @@ -21,16 +21,25 @@ #include #include #include "users.h" +#include "ctables.h" +#include "typedefs.h" class CommandParser { + private: + int CommandParser::ProcessParameters(char **command_p,char *parameters); + void CommandParser::ProcessCommand(userrec *user, char* cmd); + void SetupCommandTable(); public: + command_table cmdlist; + + CommandParser(); void CallHandler(std::string &commandname,char **parameters, int pcnt, userrec *user); bool IsValidCommand(std::string &commandname, int pcnt, userrec * user); int LoopCall(handlerfunc fn, char **parameters, int pcnt, userrec *u, int start, int end, int joins); void ProcessBuffer(const char* cmdbuf,userrec *user); bool RemoveCommands(const char* source); - void CommandParser::ProcessCommand(userrec *user, char* cmd); + bool CreateCommand(char* cmd, handlerfunc f, char flags, int minparams,char* source); }; #endif -- cgit v1.3.1-10-gc9f91