summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorMatthias H <apoc@sixserv.org>2014-02-18 22:55:45 +0100
committerMatthias H <apoc@sixserv.org>2014-02-18 22:55:45 +0100
commit4b693c96e0644085150f111cfff732272cf881cc (patch)
tree6309b38ee05ad496fad15c94e46a48dabae9360b /bin
parente1746ac23bfcd679d19a923438ad434f602f05c4 (diff)
remove old/compat code no longer supported
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"