diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-03-06 00:29:02 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-03-06 00:29:02 +0000 |
commit | eb067467de6777c010dbbca716f27a3f550107ce (patch) | |
tree | a6584f027ebf43267888fa9519e2078cbe115c69 /include | |
parent | 777827ecd0954aca86de853bb0a5982e5315bd79 (diff) |
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
Diffstat (limited to 'include')
-rw-r--r-- | include/helperfuncs.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |