X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=.inspircd.inc;h=0ba1f88def9fe6da77a348aedf0eb2962a377d14;hb=24d34de00efac5ff04c53a09cab995654bf6f5b7;hp=198eda275dc28e5bd871c528d451872225734727;hpb=41b1c648891d2463ae6c3b2dda90555b8473c1f5;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/.inspircd.inc b/.inspircd.inc index 198eda275..0ba1f88de 100644 --- a/.inspircd.inc +++ b/.inspircd.inc @@ -4,7 +4,7 @@ # +------------------------------------+ # # (C) 2002-2007 InspIRCd Development Team -# http://www.inspircd.org/wiki/Credits +# http://www.inspircd.org/wiki/index.php/Credits # # Written by Craig Edwards, Craig McLure, and others. # This program is free but copyrighted software; see @@ -115,7 +115,7 @@ sub debug { checkgdb(); # If we are still alive here.. Try starting the IRCd.. - system("gdb --command=$basepath/.gdbargs --args $binpath/$executable -nofork -debug -nolog"); + system("gdb --command=$basepath/.gdbargs --args $binpath/$executable -nofork -debug"); } sub screendebug