]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - .inspircd.inc
Fix crash on /SHUN with exactly 2 parameters
[user/henk/code/inspircd.git] / .inspircd.inc
index e7a32b5f9d272370f3bf2b1b437112d530ccce06..fa4985a64181e68e6254a0b7dc0b034dbbab7c20 100644 (file)
@@ -257,7 +257,7 @@ sub cmd_stop()
        }
        print "InspIRCd not dying quietly -- forcing kill\n";
        kill KILL => $pid;
-       exit 0;
+       return 0;
 }
 
 ###