From: Giuseppe Bilotta Date: Wed, 7 Nov 2007 19:00:38 +0000 (+0000) Subject: rbot should default to the debug level used by ruby X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;h=97ad67c0d4e33d29e3f7ef27d7e3a1249b41e066;p=user%2Fhenk%2Fcode%2Fruby%2Frbot.git rbot should default to the debug level used by ruby --- diff --git a/bin/rbot b/bin/rbot index 98bc3339..b06c5745 100755 --- a/bin/rbot +++ b/bin/rbot @@ -91,7 +91,7 @@ opts = GetoptLong.new( ["--version", "-v", GetoptLong::NO_ARGUMENT] ) -$debug = false +$debug = $DEBUG $daemonize = false opts.each {|opt, arg|