diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-12-16 10:09:21 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-12-16 10:09:21 +0000 |
commit | 3f0f99d3ef49dde2e40c624614f77d3e99335455 (patch) | |
tree | 20e498dd52a5beb1ce4875a0780a66940091db70 /include | |
parent | fffbcf5f1d4d9e7f6721dac53e8e26f3b20bcfc5 (diff) |
Made remove_commands public
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2509 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include')
-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 |