]> 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 8b4aad32a7901a3e655b5b94445400af5ee25951..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 --eval-command=\"handle SIGPIPE pass nostop noprint\" --eval-command=\"run\" --args $binpath/$executable -nofork -debug");
+        system("gdb --command=.gdbargs --args $binpath/$executable -nofork -debug -nolog");
 }