]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - .inspircd.inc
Moved some other stuff into ServerConfig
[user/henk/code/inspircd.git] / .inspircd.inc
index 05182c57ccc7fe889f8e44f878ef7e66a449fada..3fd45f5e213513cc4f6ba7bc0cac3ec622d07141 100644 (file)
@@ -86,14 +86,8 @@ sub start {
         if (getstatus() == 1) { print "InspIRCd is already running.\n"; return 0; }
         # If we are still alive here.. Try starting the IRCd..
         system("$binpath/$executable");
-        sleep 1;
-        if (getstatus() == 0) {
-                print "InspIRCd Seemingly not started, Log follows:\n";
-                system("tail $binpath/ircd.log");
-        } else {
-                # We're good!
-                return 1;
-        }
+       sleep 2;
+        return 1;
 }
 
 sub debug {