diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/rbot | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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" |