diff options
author | Tom Gilbert <tom@linuxbrit.co.uk> | 2005-08-05 23:01:23 +0000 |
---|---|---|
committer | Tom Gilbert <tom@linuxbrit.co.uk> | 2005-08-05 23:01:23 +0000 |
commit | f64911b2c657cb57248e4a38166e47250d4108ca (patch) | |
tree | e41e7e847066d0199b3bbe25c456ebe172084380 /bin | |
parent | 6878f1d98ae3038d5512818b6b00b6c3bc380862 (diff) |
fixy
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/rbot | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |