summaryrefslogtreecommitdiff
path: root/include/inspircd.h
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-08-12 00:51:35 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-08-12 00:51:35 +0000
commit5d59031ee3b85a1f61f0f80e9bf0c3aacf665ecb (patch)
tree9b04eb23aaf421760c61527016f829318e21e512 /include/inspircd.h
parent8ef6da00a7b4aa32adbf7e19161bc6b8b59b7f7a (diff)
Document command_parse.h and CommandParser class
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4903 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/inspircd.h')
-rw-r--r--include/inspircd.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/inspircd.h b/include/inspircd.h
index e93964b0b..1f66bd4c9 100644
--- a/include/inspircd.h
+++ b/include/inspircd.h
@@ -346,10 +346,6 @@ class InspIRCd : public classbase
*/
TimerManager* Timers;
- /** Command list, a hash_map of command names to command_t*
- */
- command_table cmdlist;
-
/** X-Line manager. Handles G/K/Q/E line setting, removal and matching
*/
XLineManager* XLines;