diff options
author | Tom Gilbert <tom@linuxbrit.co.uk> | 2006-07-29 18:12:50 +0000 |
---|---|---|
committer | Tom Gilbert <tom@linuxbrit.co.uk> | 2006-07-29 18:12:50 +0000 |
commit | 7d9d0fa8e3cd7377bc966576b2f75a0208c58c2f (patch) | |
tree | a5e805c5f73bebc5cc46d0a8a8aebc4e3ef8a2b2 /bin | |
parent | 571bb66a39be594f7d5af00336e3123ba00ea25c (diff) |
just some tiny tweaks. giuseppe! you have been busy! :)
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/rbot | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -52,7 +52,7 @@ opts.each {|opt, arg| $opts[opt.sub(/^-+/, "")] = arg } -$cl_loglevel = $opts["loglevel"] +$cl_loglevel = $opts["loglevel"].to_i if ($opts["trace"]) set_trace_func proc { |event, file, line, id, binding, classname| |