X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;ds=sidebyside;f=.inspircd.inc;h=f1c7ce07acd12a7854ee2f915f0d2131a69c6143;hb=28801718521fa1d07af3678d6ec171e4a95ffd19;hp=183c11c7172a159e311591574cfff30aaf98bdc5;hpb=738cde7f2a8e173f82e92ea3d506aee48eb9a722;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/.inspircd.inc b/.inspircd.inc index 183c11c71..f1c7ce07a 100644 --- a/.inspircd.inc +++ b/.inspircd.inc @@ -3,7 +3,7 @@ # | Inspire Internet Relay Chat Daemon | # +------------------------------------+ # -# (C) 2002-2007 InspIRCd Development Team +# (C) 2002-2008 InspIRCd Development Team # http://www.inspircd.org/wiki/index.php/Credits # # Written by Craig Edwards, Craig McLure, and others. @@ -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