]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blobdiff - bin/rbot
AUTHORS update.
[user/henk/code/ruby/rbot.git] / bin / rbot
index d2863756af2cc712888f4065fbf5093db80f13c1..6ede9a615b84f99fc44b7198966c52642818302c 100755 (executable)
--- a/bin/rbot
+++ b/bin/rbot
@@ -39,6 +39,7 @@ opts = GetoptLong.new(
   ["--version", "-v", GetoptLong::NO_ARGUMENT]
 )
 
+$debug = false
 opts.each {|opt, arg|
   $debug = true if(opt == "--debug")
   $opts[opt.sub(/^-+/, "")] = arg