]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/inspircd_io.h
Converted to new Implements system
[user/henk/code/inspircd.git] / include / inspircd_io.h
index 15879455549a68cc62a1428798c69fda51a15660..86ab543a5c1e35b4691acdf2a129e47133c0aa56 100644 (file)
@@ -251,6 +251,10 @@ class ServerConfig : public classbase
         */
        int ports[255];
 
+       /** Boolean sets of which modules implement which functions
+        */
+       char implement_lists[255][255];
+
        /** A list of ports claimed by IO Modules
         */
        std::map<int,Module*> IOHookModule;