diff --git a/src/inspircd.cpp b/src/inspircd.cpp index bf124164a6..73b27dbe89 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -794,6 +794,9 @@ int InspIRCd::Run() LoadAllModules(this); + /* Just in case no modules were loaded - fix for bug #101 */ + this->BuildISupport(); + printf("\nInspIRCd is now running!\n"); if (!Config->nofork)