summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/rbot5
1 files changed, 0 insertions, 5 deletions
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"