From b9e99da4dafd836e995970216835cefe3716a01a Mon Sep 17 00:00:00 2001 From: brain Date: Tue, 29 Aug 2006 18:26:55 +0000 Subject: Snomask support cometh! and it leave a sticky white mess all over the floor :( git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5062 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/inspircd.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/inspircd.cpp') diff --git a/src/inspircd.cpp b/src/inspircd.cpp index 79ae8b7bc..328306744 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -183,6 +183,7 @@ InspIRCd::InspIRCd(int argc, char** argv) factory.resize(255); this->Config = new ServerConfig(this); + this->SNO = new SnomaskManager(this); this->Start(); this->TIME = this->OLDTIME = this->startup_time = time(NULL); srand(this->TIME); -- cgit v1.2.3