]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/inspircd.h
Fix my whoopsies
[user/henk/code/inspircd.git] / include / inspircd.h
index d3d42438423a6abbf565051869064291c1356482..006e8092ed29021dd0199338b58120dfbe8d69ed 100644 (file)
@@ -494,6 +494,10 @@ class InspIRCd : public classbase
 
        void AddGlobalClone(userrec* user);
 
+       /** Number of users with a certain mode set on them
+        */
+       int ModeCount(const char mode);
+
        /** Get the time offset in seconds
         * @return The current time delta (in seconds)
         */