]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blobdiff - bin/rbot
[urban] fix for changed markup
[user/henk/code/ruby/rbot.git] / bin / rbot
index 96466f4af0eabb78588b080835f5b8766794999e..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.11-rc1"
+$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