From 72943b2c720c1d94b145b4fa61bfb89d65d4ef9c Mon Sep 17 00:00:00 2001 From: om Date: Wed, 25 Jan 2006 20:24:46 +0000 Subject: 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 --- include/helperfuncs.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') 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 -- cgit v1.2.3