diff options
-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| |
index : user/henk/code/ruby/rbot.git | ||
[no description] | git repository hosting |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | bin/rbot | 2 |
@@ -91,7 +91,7 @@ opts = GetoptLong.new( ["--version", "-v", GetoptLong::NO_ARGUMENT] ) -$debug = false +$debug = $DEBUG $daemonize = false opts.each {|opt, arg| |