summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
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|