]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/inspircd.h
Fixed an issue that could cause empty parameters in module commands to not be sent...
[user/henk/code/inspircd.git] / include / inspircd.h
index 2e55315672ed1d48b4075c12eec7764c2a0324ce..d5d0c9ae4a1948706b3bd2842c0c8b559bbfc7af 100644 (file)
@@ -273,6 +273,10 @@ class CoreExport InspIRCd : public classbase
         */
        void DoSocketTimeouts(time_t TIME);
 
+       /** Sets up UID subsystem
+        */
+       void InitialiseUID();
+
        /** Perform background user events such as PING checks
         * @param TIME the current time
         */