diff options
author | attilamolnar <attilamolnar@hush.com> | 2013-04-01 16:10:45 +0200 |
---|---|---|
committer | attilamolnar <attilamolnar@hush.com> | 2013-04-01 16:10:45 +0200 |
commit | de9cf90b6b9c0a65ec21030c3906306b5c17bde8 (patch) | |
tree | 240ae32ca9cb3077045403a5c818c1f61500a291 /src/inspircd.cpp | |
parent | df2cbbe6e7f63a36e4f71b353769e5568eaa9e73 (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.cpp | 1 |
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; |