]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/commitdiff
fixy
authorTom Gilbert <tom@linuxbrit.co.uk>
Fri, 5 Aug 2005 23:01:23 +0000 (23:01 +0000)
committerTom Gilbert <tom@linuxbrit.co.uk>
Fri, 5 Aug 2005 23:01:23 +0000 (23:01 +0000)
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