summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorTom Gilbert <tom@linuxbrit.co.uk>2006-07-29 18:12:50 +0000
committerTom Gilbert <tom@linuxbrit.co.uk>2006-07-29 18:12:50 +0000
commit7d9d0fa8e3cd7377bc966576b2f75a0208c58c2f (patch)
treea5e805c5f73bebc5cc46d0a8a8aebc4e3ef8a2b2 /bin
parent571bb66a39be594f7d5af00336e3123ba00ea25c (diff)
just some tiny tweaks. giuseppe! you have been busy! :)
Diffstat (limited to 'bin')
-rwxr-xr-xbin/rbot2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/rbot b/bin/rbot
index 2f3ec9a1..45dba848 100755
--- a/bin/rbot
+++ b/bin/rbot
@@ -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|