]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - .inspircd.inc
Nicer reworded numeric from ankit, thanks
[user/henk/code/inspircd.git] / .inspircd.inc
index e7a32b5f9d272370f3bf2b1b437112d530ccce06..85d7f06ad3e367cc7017caf4aea29d35243a7703 100644 (file)
@@ -4,7 +4,7 @@
 #       +------------------------------------+
 #
 #  InspIRCd: (C) 2002-2009 InspIRCd Development Team
-# See: http://www.inspircd.org/wiki/index.php/Credits
+# See: http://wiki.inspircd.org/Credits
 #
 # This program is free but copyrighted software; see
 #          the file COPYING for details.
@@ -257,7 +257,7 @@ sub cmd_stop()
        }
        print "InspIRCd not dying quietly -- forcing kill\n";
        kill KILL => $pid;
-       exit 0;
+       return 0;
 }
 
 ###