]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/inspircd.h
Typo in declaration
[user/henk/code/inspircd.git] / include / inspircd.h
index 1d98ad610d92ca2e933b4111c09cfbd42e4d8fcb..10ab85d4e52806ff3e1254e352955771c2740b47 100644 (file)
@@ -43,6 +43,7 @@
 #include "channels.h"
 #include "socket.h"
 #include "mode.h"
+#include "socketengine.h"
 #include "command_parse.h"
 
 // some misc defines
@@ -107,7 +108,10 @@ class InspIRCd
        time_t startup_time;
        ModeParser* ModeGrok;
        CommandParser* Parser;
+       SocketEngine* SE;
+       serverstats* stats;
 
+       void MakeLowerMap();
        std::string GetRevision();
        std::string GetVersionString();
        char* ModuleError();