diff options
author | peavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-07-25 15:07:27 +0000 |
---|---|---|
committer | peavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-07-25 15:07:27 +0000 |
commit | 77b0de3fedf130ce0d3b50bb2a2e8d98dcf5d3f4 (patch) | |
tree | 4c877dd9e3600ae64c98445201b40775495e2c47 /src/modules.cpp | |
parent | b9658bfe6d45e78136139f50edabb54caba8bdf4 (diff) |
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
Diffstat (limited to 'src/modules.cpp')
-rw-r--r-- | src/modules.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
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 |