diff options
author | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-02-13 01:01:43 +0000 |
---|---|---|
committer | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-02-13 01:01:43 +0000 |
commit | a0c2e57896af9bdb7645e028c1cf13e70c5bd200 (patch) | |
tree | d3d35585dca81f9d571afdc2581efb78a83042ba /include/helperfuncs.h | |
parent | c63866b52a4052c00c8e41d5fdf7ae56cdaa438a (diff) |
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
Diffstat (limited to 'include/helperfuncs.h')
-rw-r--r-- | include/helperfuncs.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |