summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
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|