diff options
-rw-r--r-- | include/command_parse.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/command_parse.h b/include/command_parse.h index 098c8330f..a31716a3a 100644 --- a/include/command_parse.h +++ b/include/command_parse.h @@ -26,5 +26,6 @@ void call_handler(std::string &commandname,char **parameters, int pcnt, userrec bool is_valid_cmd(std::string &commandname, int pcnt, userrec * user); int loop_call(handlerfunc fn, char **parameters, int pcnt, userrec *u, int start, int end, int joins); void process_buffer(const char* cmdbuf,userrec *user); +bool remove_commands(const char* source); #endif |