diff options
| author | 2013-06-18 21:20:30 +0200 | |
|---|---|---|
| committer | 2013-06-18 21:20:30 +0200 | |
| commit | e0cb6bd46fb1d804ad6adea5688c844f7e1a0f6f (patch) | |
| tree | d473dbb70877a847a542e2c6e889c031632b1a8c /src/modmanager_static.cpp | |
| parent | Remove 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.cpp | 1 |
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) |
