diff options
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 |