diff options
author | om <om@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-01-25 20:24:46 +0000 |
---|---|---|
committer | om <om@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-01-25 20:24:46 +0000 |
commit | 72943b2c720c1d94b145b4fa61bfb89d65d4ef9c (patch) | |
tree | 3ce7e72caf2b5c8a4ff7d8f9d58fa865f3439fd6 /include/helperfuncs.h | |
parent | 5938aba62fa74ebf04d07abbd49cb813e6dbf026 (diff) |
Add InsertMode function to helperfuncs.(cpp|h) for easily adding modes to the CHANMODES section of the 005 numeric
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2897 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/helperfuncs.h')
-rw-r--r-- | include/helperfuncs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/helperfuncs.h b/include/helperfuncs.h index d2fa40e20..ddfdf2826 100644 --- a/include/helperfuncs.h +++ b/include/helperfuncs.h @@ -84,4 +84,6 @@ bool AllModulesReportReady(userrec* user); bool DirValid(char* dirandfile); std::string GetFullProgDir(char** argv, int argc); +int InsertMode(std::string &output, const char* modes, unsigned short section); + #endif |