diff options
-rwxr-xr-x | bin/rbot | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -81,7 +81,7 @@ opts.each {|opt, arg| $opts[opt.sub(/^-+/, "")] = arg } -$cl_loglevel = $opts["loglevel"].to_i +$cl_loglevel = $opts["loglevel"].to_i if $opts["loglevel"] if ($opts["trace"]) set_trace_func proc { |event, file, line, id, binding, classname| |