diff options
author | Matthias H <apoc@sixserv.org> | 2014-02-18 22:55:45 +0100 |
---|---|---|
committer | Matthias H <apoc@sixserv.org> | 2014-02-18 22:55:45 +0100 |
commit | 4b693c96e0644085150f111cfff732272cf881cc (patch) | |
tree | 6309b38ee05ad496fad15c94e46a48dabae9360b /bin/rbot | |
parent | e1746ac23bfcd679d19a923438ad434f602f05c4 (diff) |
remove old/compat code no longer supported
Diffstat (limited to 'bin/rbot')
-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" |