summaryrefslogtreecommitdiff
path: root/src/inspircd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/inspircd.cpp')
-rw-r--r--src/inspircd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inspircd.cpp b/src/inspircd.cpp
index 8f763e2b6..ce3bbc06b 100644
--- a/src/inspircd.cpp
+++ b/src/inspircd.cpp
@@ -408,7 +408,7 @@ InspIRCd::InspIRCd(int argc, char** argv) :
this->Config = new ServerConfig(this);
this->SNO = new SnomaskManager(this);
this->BanCache = new BanCacheManager(this);
- this->Modules = new ModuleManager(this);
+ this->Modules = new ModuleManager();
this->stats = new serverstats();
this->Timers = new TimerManager(this);
this->Parser = new CommandParser(this);