]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - .inspircd.inc
Forgot to remove a ,
[user/henk/code/inspircd.git] / .inspircd.inc
index 198eda275dc28e5bd871c528d451872225734727..0ba1f88def9fe6da77a348aedf0eb2962a377d14 100644 (file)
@@ -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