summaryrefslogtreecommitdiff
path: root/src/inspircd.cpp
diff options
context:
space:
mode:
authorattilamolnar <attilamolnar@hush.com>2013-04-01 16:10:45 +0200
committerattilamolnar <attilamolnar@hush.com>2013-04-01 16:10:45 +0200
commitde9cf90b6b9c0a65ec21030c3906306b5c17bde8 (patch)
tree240ae32ca9cb3077045403a5c818c1f61500a291 /src/inspircd.cpp
parentdf2cbbe6e7f63a36e4f71b353769e5568eaa9e73 (diff)
Remove more deprecated code
- ConfigReader - FloodQuitUserHandler - IsValidModuleCommand - CallCommandHandler - DoCleanup from u_listmode.h
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 344e2a473..164b7c1e7 100644
--- a/src/inspircd.cpp
+++ b/src/inspircd.cpp
@@ -325,7 +325,6 @@ InspIRCd::InspIRCd(int argc, char** argv) :
Rehash(&HandleRehash),
IsNick(&HandleIsNick),
IsIdent(&HandleIsIdent),
- FloodQuitUser(&HandleFloodQuitUser),
OnCheckExemption(&HandleOnCheckExemption)
{
ServerInstance = this;