From a0c2e57896af9bdb7645e028c1cf13e70c5bd200 Mon Sep 17 00:00:00 2001 From: w00t Date: Mon, 13 Feb 2006 01:01:43 +0000 Subject: Added bool IsValidChannelName(const char *) - it doesn't seem to blow things up... git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3182 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/helperfuncs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/helperfuncs.h b/include/helperfuncs.h index 1641575a6..70cc06da2 100644 --- a/include/helperfuncs.h +++ b/include/helperfuncs.h @@ -83,7 +83,7 @@ void ShowRULES(userrec *user); 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); +bool IsValidChannelName(const char *); #endif -- cgit v1.2.3