diff options
-rw-r--r-- | src/inspircd.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/inspircd.cpp b/src/inspircd.cpp index 08946ddd2..32f6230c2 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -188,8 +188,7 @@ InspIRCd::InspIRCd(int argc, char** argv) Config->ClearStack(); Config->Read(true,NULL); CheckRoot(); - Parser = new CommandParser; - Parser->SetupCommandTable(); + Parser = new CommandParser(); AddServerName(Config->ServerName); CheckDie(); stats->BoundPortCount = BindPorts(); |