diff options
Diffstat (limited to 'src/inspircd.cpp')
| -rw-r--r-- | src/inspircd.cpp | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/inspircd.cpp b/src/inspircd.cpp index 97941c72f..e3ea33d6a 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -448,12 +448,7 @@ void InspIRCd::WritePID(bool exitonfail) } InspIRCd::InspIRCd(int argc, char** argv) - : FakeClient(NULL) - , ConfigFileName(INSPIRCD_CONFIG_PATH "/inspircd.conf") - , ConfigThread(NULL) - , Config(NULL) - , XLines(NULL) - , PI(&DefaultProtocolInterface) + : PI(&DefaultProtocolInterface) , GenRandom(&DefaultGenRandom) , IsChannel(&DefaultIsChannel) , IsNick(&DefaultIsNick) |
