From f9636a2eff46f6829bf9e01c711ab1ba45a7d50a Mon Sep 17 00:00:00 2001 From: brain Date: Thu, 10 Aug 2006 22:40:57 +0000 Subject: So much stuff changed in this one, i forgot most of it. Oh yeah, main thing is ModeHandler and ModeWatcher classes now take an InspIRCd* to their constructor git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4858 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/cull_list.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/cull_list.cpp') diff --git a/src/cull_list.cpp b/src/cull_list.cpp index 18c86f631..50ecfe518 100644 --- a/src/cull_list.cpp +++ b/src/cull_list.cpp @@ -38,8 +38,6 @@ using namespace std; #include "typedefs.h" #include "cull_list.h" -extern InspIRCd* ServerInstance; - /* * In current implementation of CullList, this isn't used. It did odd things with a lot of sockets. */ @@ -98,7 +96,7 @@ std::string& CullItem::GetReason() return this->reason; } -CullList::CullList() +CullList::CullList(InspIRCd* Instance) : ServerInstance(Instance) { list.clear(); exempt.clear(); -- cgit v1.2.3