summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2007-11-07 19:00:38 +0000
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2007-11-07 19:00:38 +0000
commit97ad67c0d4e33d29e3f7ef27d7e3a1249b41e066 (patch)
tree5d19c3cd9aae67ac8999983782abf28adf35502c /bin
parente9ab9d3dd4d96002e06eadccdaceba04d7ba3ecd (diff)
rbot should default to the debug level used by ruby
Diffstat (limited to 'bin')
-rwxr-xr-xbin/rbot2
1 files changed, 1 insertions, 1 deletions
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|