X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=.inspircd.inc;h=03be874c69c669059990fbe85f0c63158fd8dfd5;hb=90639721625b5da867effc7dd4adec003c1bd3b4;hp=cca512a97734aa2a495ad58a0ba8031e04d9d6f2;hpb=2b28d1f137778f9bc82d0ff2ea271debfaa5f5ca;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/.inspircd.inc b/.inspircd.inc index cca512a97..03be874c6 100644 --- a/.inspircd.inc +++ b/.inspircd.inc @@ -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"); }