X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=bin%2Frbot;h=ce5c86bd9fb82446c17897aa8ec0bdafbf376129;hb=c7eab99603c757ac4202e809f5c5923fa23e65ff;hp=45dba848256adbd3359d623a3c4080e512815658;hpb=7d9d0fa8e3cd7377bc966576b2f75a0208c58c2f;p=user%2Fhenk%2Fcode%2Fruby%2Frbot.git diff --git a/bin/rbot b/bin/rbot index 45dba848..ce5c86bd 100755 --- a/bin/rbot +++ b/bin/rbot @@ -29,7 +29,7 @@ require 'etc' require 'getoptlong' require 'fileutils' -$version="0.9.10-svn" +$version="0.9.11-svn" $opts = Hash.new orig_opts = ARGV.dup @@ -66,7 +66,7 @@ defaultlib = File.expand_path(File.dirname($0) + '/../lib') if File.directory? "#{defaultlib}/rbot" unless $:.include? defaultlib - $:.push defaultlib + $:.unshift defaultlib end end