]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - .inspircd.inc
Make WriteServ use WriteServ_NoFormat, code duplication = bad >:/
[user/henk/code/inspircd.git] / .inspircd.inc
index cca512a97734aa2a495ad58a0ba8031e04d9d6f2..03be874c69c669059990fbe85f0c63158fd8dfd5 100644 (file)
@@ -91,7 +91,7 @@ sub debug {
         # Check to see its not 'running' already.
         if (getstatus() == 1) { print "InspIRCd is already running.\n"; return 0; }
         # If we are still alive here.. Try starting the IRCd..
-        system("gdb --command=.gdbargs --args $binpath/$executable -nofork -debug");
+        system("gdb --command=.gdbargs --args $binpath/$executable -nofork -debug -nolog");
 }