aboutsummaryrefslogtreecommitdiffstats
path: root/src/inspircd.cpp
diff options
context:
space:
mode:
authorGravatar attilamolnar2013-06-06 03:15:50 +0200
committerGravatar attilamolnar2013-06-06 03:15:50 +0200
commitf2febe8ff61766f1b57305fae873071de4526d58 (patch)
tree7de052ec47e3989f518287d2973c19992278559a /src/inspircd.cpp
parentMove DoBackgroundUserStuff() and AllModulesReportReady() into UserManager (diff)
downloadinspircd++-f2febe8ff61766f1b57305fae873071de4526d58.tar.gz
inspircd++-f2febe8ff61766f1b57305fae873071de4526d58.tar.bz2
inspircd++-f2febe8ff61766f1b57305fae873071de4526d58.zip
Move code between usermanager.(cpp|h), clarify comments
Initialize clientlist and uuidlist in UserManager constructor
Diffstat (limited to 'src/inspircd.cpp')
-rw-r--r--src/inspircd.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/inspircd.cpp b/src/inspircd.cpp
index c40c5fb00..4e4b3f5e2 100644
--- a/src/inspircd.cpp
+++ b/src/inspircd.cpp
@@ -322,8 +322,6 @@ InspIRCd::InspIRCd(int argc, char** argv) :
// Create base manager classes early, so nothing breaks
this->Users = new UserManager;
- this->Users->clientlist = new user_hash();
- this->Users->uuidlist = new user_hash();
this->chanlist = new chan_hash();
this->Config = new ServerConfig;