From eb067467de6777c010dbbca716f27a3f550107ce Mon Sep 17 00:00:00 2001 From: brain Date: Mon, 6 Mar 2006 00:29:02 +0000 Subject: Mode-code rewrite. Might act weird, needs proper testing (that is what svn builds are for, after all) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3474 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/helperfuncs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/helperfuncs.h') diff --git a/include/helperfuncs.h b/include/helperfuncs.h index ae83dbf27..d99755035 100644 --- a/include/helperfuncs.h +++ b/include/helperfuncs.h @@ -88,5 +88,6 @@ int InsertMode(std::string &output, const char* modes, unsigned short section); bool IsValidChannelName(const char *); int charlcat(char* x,char y,int z); +bool charremove(char* mp, char remove); #endif -- cgit v1.2.3