]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/inspircd.h
More docs. Tons more docs. I need coffee and we're out of coffee :<
[user/henk/code/inspircd.git] / include / inspircd.h
index cf884f9150363e565e18ea585d42031cef1da90c..1f66bd4c95bb5dbc063528361ba7f0d90efcc057 100644 (file)
@@ -25,7 +25,7 @@
 #include "channels.h"
 #include "socket.h"
 #include "mode.h"
-#include "helperfuncs.h"
+
 #include "socketengine.h"
 #include "command_parse.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;