From 97ad67c0d4e33d29e3f7ef27d7e3a1249b41e066 Mon Sep 17 00:00:00 2001 From: Giuseppe Bilotta Date: Wed, 7 Nov 2007 19:00:38 +0000 Subject: rbot should default to the debug level used by ruby --- bin/rbot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') 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| -- cgit v1.2.3