aboutsummaryrefslogtreecommitdiffstats
path: root/src/modmanager_static.cpp
diff options
context:
space:
mode:
authorGravatar attilamolnar2013-06-18 21:20:30 +0200
committerGravatar attilamolnar2013-06-18 21:20:30 +0200
commite0cb6bd46fb1d804ad6adea5688c844f7e1a0f6f (patch)
treed473dbb70877a847a542e2c6e889c031632b1a8c /src/modmanager_static.cpp
parentRemove unused exit codes (diff)
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
Diffstat (limited to 'src/modmanager_static.cpp')
-rw-r--r--src/modmanager_static.cpp1
1 files changed, 1 insertions, 0 deletions
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)