summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/rbot1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/rbot b/bin/rbot
index d2863756..6ede9a61 100755
--- a/bin/rbot
+++ b/bin/rbot
@@ -39,6 +39,7 @@ opts = GetoptLong.new(
["--version", "-v", GetoptLong::NO_ARGUMENT]
)
+$debug = false
opts.each {|opt, arg|
$debug = true if(opt == "--debug")
$opts[opt.sub(/^-+/, "")] = arg