From 77b0de3fedf130ce0d3b50bb2a2e8d98dcf5d3f4 Mon Sep 17 00:00:00 2001 From: peavey Date: Wed, 25 Jul 2007 15:07:27 +0000 Subject: Begin move of rehash to server.cpp - broken rehash from cmdline for now. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7563 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules.cpp | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/modules.cpp') diff --git a/src/modules.cpp b/src/modules.cpp index 31216bef3..720de3b96 100644 --- a/src/modules.cpp +++ b/src/modules.cpp @@ -692,15 +692,6 @@ const std::string& InspIRCd::GetModuleName(Module* m) return nothing; /* As above */ } -void InspIRCd::RehashServer() -{ - this->WriteOpers("*** Rehashing config file"); - this->RehashUsersAndChans(); - this->Config->Read(false,NULL); - this->ResetMaxBans(); - this->Res->Rehash(); -} - /* This is ugly, yes, but hash_map's arent designed to be * addressed in this manner, and this is a bit of a kludge. * Luckily its a specialist function and rarely used by -- cgit v1.2.3