From 3f0f99d3ef49dde2e40c624614f77d3e99335455 Mon Sep 17 00:00:00 2001 From: brain Date: Fri, 16 Dec 2005 10:09:21 +0000 Subject: Made remove_commands public git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2509 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/command_parse.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/command_parse.h') 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 -- cgit v1.2.3