diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-12-31 19:17:04 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-12-31 19:17:04 +0000 |
commit | 6a6f5b2275b1bfc0ab1e2b1393ec1df2fa734c86 (patch) | |
tree | 5581a4ad71a9c3e44e6729fde2d8ca708f046636 /src/modules.cpp | |
parent | 739b08770578b891cab4c824ca29eeb01445457f (diff) |
Add missing feature: /rehash reinitializes dns subsytem (and can handle changed addresses)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6193 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules.cpp')
-rw-r--r-- | src/modules.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules.cpp b/src/modules.cpp index 69506c7a6..a67ebc6da 100644 --- a/src/modules.cpp +++ b/src/modules.cpp @@ -348,6 +348,7 @@ void InspIRCd::RehashServer() this->WriteOpers("*** Rehashing config file"); this->RehashUsersAndChans(); this->Config->Read(false,NULL); + this->Res->Rehash(); } /* This is ugly, yes, but hash_map's arent designed to be |