aboutsummaryrefslogtreecommitdiffstats
path: root/src/inspircd.cpp
diff options
context:
space:
mode:
authorGravatar attilamolnar2013-09-08 17:21:01 +0200
committerGravatar attilamolnar2013-09-08 17:21:01 +0200
commitdeb18ee9cfa531a87141aea61171c6899ef7d687 (patch)
tree1ec3176daed470b8b44e08b7bbc2f861457a9368 /src/inspircd.cpp
parentAutomatically register ServiceProviders created by modules (diff)
downloadinspircd++-deb18ee9cfa531a87141aea61171c6899ef7d687.tar.gz
inspircd++-deb18ee9cfa531a87141aea61171c6899ef7d687.tar.bz2
inspircd++-deb18ee9cfa531a87141aea61171c6899ef7d687.zip
Remove InspIRCd::HandleRehash functor
Call InspIRCd::Rehash() from cmd_rehash and from the SIGHUP handler
Diffstat (limited to 'src/inspircd.cpp')
-rw-r--r--src/inspircd.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/inspircd.cpp b/src/inspircd.cpp
index 2171e2a9f..8336a4847 100644
--- a/src/inspircd.cpp
+++ b/src/inspircd.cpp
@@ -234,7 +234,6 @@ InspIRCd::InspIRCd(int argc, char** argv) :
OperQuit("operquit", NULL),
GenRandom(&HandleGenRandom),
IsChannel(&HandleIsChannel),
- Rehash(&HandleRehash),
IsNick(&HandleIsNick),
IsIdent(&HandleIsIdent),
OnCheckExemption(&HandleOnCheckExemption)