From 4b693c96e0644085150f111cfff732272cf881cc Mon Sep 17 00:00:00 2001 From: Matthias H Date: Tue, 18 Feb 2014 22:55:45 +0100 Subject: remove old/compat code no longer supported --- bin/rbot | 5 ----- 1 file changed, 5 deletions(-) (limited to 'bin') diff --git a/bin/rbot b/bin/rbot index 722ac358..700fe08c 100755 --- 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" -- cgit v1.2.3