]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blobdiff - bin/rbot
Merge branch 'fork' of github.com:4poc/rbot into fork
[user/henk/code/ruby/rbot.git] / bin / rbot
index 722ac35815ffa3a845b8a3180ee81464a37ef408..700fe08c407bd711e59be04586397bb61b64667b 100755 (executable)
--- a/bin/rbot
+++ b/bin/rbot
@@ -89,11 +89,6 @@ if File.directory? "#{defaultlib}/rbot"
 end
 
 begin
-  # ruby 1.9 specific fixes
-  unless RUBY_VERSION < '1.9'
-    require 'rbot/compat19'
-  end
-
   require 'rbot/ircbot'
 rescue LoadError => e
   puts "Error: couldn't find the rbot/ircbot module (or one of its dependencies)\n"