summaryrefslogtreecommitdiff
path: root/include/configreader.h
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-07-16 13:02:38 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-07-16 13:02:38 +0000
commit5d18f26b6bfb7a575b50dc2e3ad909131b9f75da (patch)
tree661cc9bedf6c71c6e232d1cb6e18a4a43bfbc606 /include/configreader.h
parent0757a4a495daabf661ac3b7ab79f0a5ee423abe8 (diff)
Fix case sensitive commands issue due to new std::string based parser, improve the craq disabled commands check that was potentially O(n) where n is the number of disabled commands (erk)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4404 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/configreader.h')
-rw-r--r--include/configreader.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configreader.h b/include/configreader.h
index b37838cf1..c6775bc29 100644
--- a/include/configreader.h
+++ b/include/configreader.h
@@ -394,4 +394,6 @@ class ServerConfig : public Extensible
bool DelIOHook(int port);
};
+bool InitializeDisabledCommands(const char* data, InspIRCd* ServerInstance);
+
#endif