]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/coremods/core_xline/core_xline.h
core_dns Make MAX_REQUEST_ID unsigned, move it to core_dns from header
[user/henk/code/inspircd.git] / src / coremods / core_xline / core_xline.h
index 6101d79bfd7b3e23204901ba3765bb0e7771ebc6..d4ad498a0a52f8fcb19cd36fcd519760cf8f59ae 100644 (file)
@@ -38,7 +38,7 @@ class InsaneBan
                {
                        long matches = 0;
                        const T* c = static_cast<T*>(this);
-                       const user_hash& users = *ServerInstance->Users->clientlist;
+                       const user_hash& users = ServerInstance->Users->GetUsers();
                        for (user_hash::const_iterator i = users.begin(); i != users.end(); ++i)
                        {
                                if (c->Check(i->second, mask))