]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/inspircd.cpp
No names for the service specific errors, probably wont ever name them as theyre...
[user/henk/code/inspircd.git] / src / inspircd.cpp
index dab49ddf0cc84a703ab209e5fcf3600da153a4b8..550baa027d2c4e34500e16d51af887a2656c383b 100644 (file)
@@ -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()