]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/inspircd.cpp
Dunno why this method was static, doesnt need to be...
[user/henk/code/inspircd.git] / src / inspircd.cpp
index 7e81df32b9be8e7b669a781ebdd9275367ad2164..41b524628abc3daa6f5991447c2086fbba81aed5 100644 (file)
@@ -46,7 +46,7 @@ InspIRCd* SI = NULL;
 /* Burlex: Moved from exitcodes.h -- due to duplicate symbols */
 const char* ExitCodes[] =
 {
-       "No error", /* 0 */
+               "No error", /* 0 */
                "DIE command", /* 1 */
                "execv() failed", /* 2 */
                "Internal error", /* 3 */
@@ -277,7 +277,7 @@ bool InspIRCd::DaemonSeed()
        sh.lpVerb = 0;
        sh.lpDirectory = 0;
        sh.hInstApp = 0;
-       sh.nShow = SW_SHOW;
+       sh.nShow = SW_HIDE;
        sh.lpFile = "inspircd.exe";
        sh.lpParameters = "--service";
        if(!ShellExecuteEx(&sh))