From e0cb6bd46fb1d804ad6adea5688c844f7e1a0f6f Mon Sep 17 00:00:00 2001 From: attilamolnar Date: Tue, 18 Jun 2013 21:20:30 +0200 Subject: Minor changes to the startup and shutdown code - Update comments - Close logs in LogManager destructor instead of relying on other code to do it - Change return type of InspIRCd::Run() to void - private: InspIRCd::CheckRoot() - Change log message type of setgroups() etc. errors to "STARTUP" - Load cmd_privmsg in PURE_STATIC builds --- src/modmanager_static.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/modmanager_static.cpp') diff --git a/src/modmanager_static.cpp b/src/modmanager_static.cpp index 54813896e..c82ee3f7a 100644 --- a/src/modmanager_static.cpp +++ b/src/modmanager_static.cpp @@ -185,6 +185,7 @@ void ModuleManager::LoadAll() Load("cmd_all", true); Load("cmd_whowas.so", true); Load("cmd_lusers.so", true); + Load("cmd_privmsg.so", true); ConfigTagList tags = ServerInstance->Config->ConfTags("module"); for(ConfigIter i = tags.first; i != tags.second; ++i) -- cgit v1.3.1-10-gc9f91