summaryrefslogtreecommitdiff
path: root/include/helperfuncs.h
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-08-10 18:43:15 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-08-10 18:43:15 +0000
commite51a4b5c29deac855496d6658a3c4612a61ffbb7 (patch)
tree56fc8b6ff360388567bcb64aee8dfd179085edf4 /include/helperfuncs.h
parent6c9588419d3cfe01d04d3c870eaac712bb6745b8 (diff)
Move InsertMode into ModeParser
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4849 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/helperfuncs.h')
-rw-r--r--include/helperfuncs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/helperfuncs.h b/include/helperfuncs.h
index ff43c4abe..21cb6caf3 100644
--- a/include/helperfuncs.h
+++ b/include/helperfuncs.h
@@ -53,7 +53,6 @@ void Error(int status);
void ShowMOTD(userrec *user);
void ShowRULES(userrec *user);
bool AllModulesReportReady(userrec* user);
-int InsertMode(std::string &output, const char* modes, unsigned short section);
bool IsValidChannelName(const char *);
#endif