]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/base.h
Store config values in a map instead of a unique vector of pairs.
[user/henk/code/inspircd.git] / include / base.h
index 8aa6269d3a3a0e9ecbbbc2d8e1b2e1dc7a892f25..c378afc1c9bc5fb8eedf135145bfdd3d26838968 100644 (file)
@@ -235,7 +235,9 @@ enum ServiceType {
        /** is a data processing provider (MD5, SQL) */
        SERVICE_DATA,
        /** is an I/O hook provider (SSL) */
-       SERVICE_IOHOOK
+       SERVICE_IOHOOK,
+       /** Service managed by a module */
+       SERVICE_CUSTOM
 };
 
 /** A structure defining something that a module can provide */