summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorTom Gilbert <tom@linuxbrit.co.uk>2005-08-05 23:01:23 +0000
committerTom Gilbert <tom@linuxbrit.co.uk>2005-08-05 23:01:23 +0000
commitf64911b2c657cb57248e4a38166e47250d4108ca (patch)
treee41e7e847066d0199b3bbe25c456ebe172084380 /bin
parent6878f1d98ae3038d5512818b6b00b6c3bc380862 (diff)
fixy
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