From 3229dee5bb0bd1e13f30752ccae556513b5cdcac Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 24 Aug 2008 21:05:15 +0000 Subject: 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 --- src/inspircd.cpp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/inspircd.cpp') 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() -- cgit v1.2.3