]> 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 d7b1d9cef29502413c8f6baecb58f4ae3cf83658..a7a323693487f7c02a70ed7abfaf4982f9a060c8 100644 (file)
@@ -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();