]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/inspircd.h
This commit is dedicated to Boo ;-pppppp
[user/henk/code/inspircd.git] / include / inspircd.h
index cf884f9150363e565e18ea585d42031cef1da90c..f404cce80782d83d08da7b64a1d0580628459eae 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"
 
@@ -281,6 +281,18 @@ class InspIRCd : public classbase
         */
        const long duration_y;
 
+       /** Used when connecting clients
+        */
+       insp_sockaddr client, server;
+
+       /** Used when connecting clients
+        */
+       socklen_t length;
+
+       /** Used to count iterations around the mainloop
+        */
+       int iterations;
+
  public:
        /** Time this ircd was booted
         */
@@ -346,10 +358,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;