]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modes/umode_s.cpp
Remove the last uses of localised fake clients. This removes a lot of allocations...
[user/henk/code/inspircd.git] / src / modes / umode_s.cpp
index 9a78f3241b9644a5069dd103cdb78faca79ad118..faf6348de6136900694f30fd41d403f4a977892c 100644 (file)
@@ -37,3 +37,8 @@ ModeAction ModeUserServerNotice::OnModeChange(userrec* source, userrec* dest, ch
        /* Allow the change */
        return MODEACTION_DENY;
 }
+
+unsigned int ModeUserServerNotice::GetCount()
+{
+       return count;
+}