summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>2006-02-13 01:01:43 +0000
committerw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>2006-02-13 01:01:43 +0000
commita0c2e57896af9bdb7645e028c1cf13e70c5bd200 (patch)
treed3d35585dca81f9d571afdc2581efb78a83042ba /include
parentc63866b52a4052c00c8e41d5fdf7ae56cdaa438a (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')
-rw-r--r--include/helperfuncs.h2
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