]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - win/inspircd_win32wrapper.h
Add extban +b c: - blocks colour from matching users, same as chmode +c
[user/henk/code/inspircd.git] / win / inspircd_win32wrapper.h
index 7fef5ff1dd2972729c66a40114c5cdb2dbcb3430..a7a323693487f7c02a70ed7abfaf4982f9a060c8 100644 (file)
@@ -24,7 +24,7 @@
 #define ENABLE_CRASHDUMPS 0
 
 /* This defaults to 64, way too small for an ircd! */
-#define FD_SETSIZE 12000
+#define FD_SETSIZE 24000
 
 /* Make builds smaller, leaner and faster */
 #define VC_EXTRALEAN
@@ -193,17 +193,6 @@ class InspIRCd;
 class ValueItem;
 class ServerConfig;
 
-class IPC
-{
- private:
-       InspIRCd* Instance;
-       HANDLE hIPCPipe;
- public:
-       IPC(InspIRCd* Srv);
-       void Check();
-       ~IPC();
-};
-
 /* Look up the nameserver in use from the registry on windows */
 std::string FindNameServerWin();