diff options
Diffstat (limited to 'src/inspircd.cpp')
-rw-r--r-- | src/inspircd.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/inspircd.cpp b/src/inspircd.cpp index dab49ddf0..550baa027 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -77,6 +77,13 @@ const char* ExitCodes[] = "Couldn't load module on startup", /* 13 */ "Could not create windows forked process", /* 14 */ "Received SIGTERM", /* 15 */ + "Bad command handler loaded", /* 16 */ + "Windows service specific error 1", /* 17 - Dont know what to call these yet, will give them */ + "Windows service specific error 2", /* 18 - better descriptions later on */ + "Windows service specific error 3", /* 19 */ + "Windows service specific error 4", /* 20 */ + "Windows service specific error 5", /* 21 */ + "Windows service specific error 6" /* 22 */ }; void InspIRCd::Cleanup() |