From 9f936a78301ebc7e42c0879101fe20599285b84c Mon Sep 17 00:00:00 2001 From: w00t Date: Sun, 4 Nov 2007 13:23:15 +0000 Subject: Instantiate BanCache in InspIRCd class. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8491 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/inspircd.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/inspircd.cpp b/src/inspircd.cpp index f62e2a74b..e582a5d6a 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -31,6 +31,7 @@ #include #include "xline.h" +#include "bancache.h" #include "socketengine.h" #include "inspircd_se_config.h" #include "socket.h" @@ -327,6 +328,7 @@ InspIRCd::InspIRCd(int argc, char** argv) this->Config = new ServerConfig(this); this->SNO = new SnomaskManager(this); + this->BanCache = new BanCacheManager(this); this->Modules = new ModuleManager(this); this->stats = new serverstats(); this->Timers = new TimerManager(this); -- cgit v1.2.3