summaryrefslogtreecommitdiff
path: root/src/inspircd.cpp
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2008-08-24 21:05:15 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2008-08-24 21:05:15 +0000
commit3229dee5bb0bd1e13f30752ccae556513b5cdcac (patch)
tree58622fddfb4b6f425a94176e1106433ab6936468 /src/inspircd.cpp
parenta539875eccf01c6d0a5fb21649d10a23ad191b23 (diff)
No names for the service specific errors, probably wont ever name them as theyre never shown in linux
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10245 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/inspircd.cpp')
-rw-r--r--src/inspircd.cpp7
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()