diff options
| author | 2013-05-18 16:03:17 +0200 | |
|---|---|---|
| committer | 2013-05-18 16:03:17 +0200 | |
| commit | 67822c67e91e70917ddbdec0bd8453c7170ee06d (patch) | |
| tree | 4d72b5dcb6cf691313960d723638832e5e49401d /src/inspircd.cpp | |
| parent | Fix m_randquote with 0 quotes (diff) | |
| download | inspircd++-67822c67e91e70917ddbdec0bd8453c7170ee06d.tar.gz inspircd++-67822c67e91e70917ddbdec0bd8453c7170ee06d.tar.bz2 inspircd++-67822c67e91e70917ddbdec0bd8453c7170ee06d.zip | |
Initialize local_count
Diffstat (limited to 'src/inspircd.cpp')
| -rw-r--r-- | src/inspircd.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/inspircd.cpp b/src/inspircd.cpp index 344e2a473..4def50c87 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -375,8 +375,6 @@ InspIRCd::InspIRCd(int argc, char** argv) : // Create base manager classes early, so nothing breaks this->Users = new UserManager; - this->Users->unregistered_count = 0; - this->Users->clientlist = new user_hash(); this->Users->uuidlist = new user_hash(); this->chanlist = new chan_hash(); |
