diff options
| author | 2007-11-04 19:12:55 +0000 | |
|---|---|---|
| committer | 2007-11-04 19:12:55 +0000 | |
| commit | 7fe5347210730622badcb6ed32d90114bd8cbeb4 (patch) | |
| tree | 495ff9cfcae28db0fe9fc1de26f9e784606d57df /src/inspircd.cpp | |
| parent | All done... i think. Just tidying up to be done, removal of Implements() meth... (diff) | |
Remove our vectors of Module*/ircd_module*, replace with a map of std::pair<ircd_module*, Module*>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8513 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/inspircd.cpp')
| -rw-r--r-- | src/inspircd.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/inspircd.cpp b/src/inspircd.cpp index e582a5d6a..1f46fa875 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -441,9 +441,6 @@ InspIRCd::InspIRCd(int argc, char** argv) // Get XLine to do it's thing. this->XLines->CheckELines(); this->XLines->ApplyLines(); - - this->Modules->modules.resize(255); - this->Modules->handles.resize(255); /* * Initialise SID/UID. |
