X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Finspircd.cpp;h=3bebbf30d81ed3e98a3fc6bf5b5eee4f6e88d07c;hb=ed1dd51ef7fbf396ecfa77350b67ed8a4c0be29c;hp=dab49ddf0cc84a703ab209e5fcf3600da153a4b8;hpb=a6cf47a2cd96c459bfc241c6dce8ca8454140484;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/inspircd.cpp b/src/inspircd.cpp index dab49ddf0..3bebbf30d 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -77,6 +77,10 @@ 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 */ + "RegisterServiceCtrlHandler failed", /* 17 */ + "UpdateSCMStatus failed", /* 18 */ + "CreateEvent failed" /* 19 */ }; void InspIRCd::Cleanup()