From 1cbf29e3cd070c12437a657b47fc433008b2c74d Mon Sep 17 00:00:00 2001 From: brain Date: Wed, 9 Aug 2006 16:35:24 +0000 Subject: Move clientlist and chanlist into InspIRCd* git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4818 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/cull_list.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/cull_list.cpp') diff --git a/src/cull_list.cpp b/src/cull_list.cpp index e6b105925..bfa37e51a 100644 --- a/src/cull_list.cpp +++ b/src/cull_list.cpp @@ -40,7 +40,6 @@ using namespace std; #include "cull_list.h" extern InspIRCd* ServerInstance; -extern user_hash clientlist; /* * In current implementation of CullList, this isn't used. It did odd things with a lot of sockets. @@ -52,7 +51,7 @@ bool CullList::IsValid(userrec* user) if (es != exempt.end()) esignon = es->second; - for (user_hash::iterator u = clientlist.begin(); u != clientlist.end(); u++) + for (user_hash::iterator u = ServerInstance->clientlist.begin(); u != ServerInstance->clientlist.end(); u++) { /* * BUGFIX -- cgit v1.3.1-10-gc9f91