]> git.netwichtig.de Git - user/henk/code/inspircd.git/commit
Minor changes to the startup and shutdown code
authorattilamolnar <attilamolnar@hush.com>
Tue, 18 Jun 2013 19:20:30 +0000 (21:20 +0200)
committerattilamolnar <attilamolnar@hush.com>
Tue, 18 Jun 2013 19:20:30 +0000 (21:20 +0200)
commite0cb6bd46fb1d804ad6adea5688c844f7e1a0f6f
treed473dbb70877a847a542e2c6e889c031632b1a8c
parent9b91781b0fafba1eb2000baa0a08ece8d48eac31
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
include/inspircd.h
src/inspircd.cpp
src/logger.cpp
src/modmanager_static.cpp