]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blobdiff - bin/rbot
[registry] fix subregistry re-use (closes #1)
[user/henk/code/ruby/rbot.git] / bin / rbot
index 024b431346235d6985c33d482c904025706a50b0..700fe08c407bd711e59be04586397bb61b64667b 100755 (executable)
--- a/bin/rbot
+++ b/bin/rbot
@@ -41,13 +41,11 @@ Please note that the logfile doesn't contain IRC logs (which are located at
 #
 # This is free software, see COPYING for licensing details
 
-$VERBOSE=true
-
 require 'etc'
 require 'getoptlong'
 require 'fileutils'
 
-$version ||= '0.9.14'
+$version ||= '0.9.15'
 $version_timestamp ||= 0
 $opts = Hash.new
 
@@ -89,7 +87,7 @@ if File.directory? "#{defaultlib}/rbot"
     $:.unshift defaultlib
   end
 end
-  
+
 begin
   require 'rbot/ircbot'
 rescue LoadError => e