diff options
Diffstat (limited to 'bin/rbot')
-rwxr-xr-x | bin/rbot | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -91,7 +91,7 @@ opts = GetoptLong.new( ["--version", "-v", GetoptLong::NO_ARGUMENT] ) -$debug = false +$debug = $DEBUG $daemonize = false opts.each {|opt, arg| |