]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blobdiff - bin/rbot
[webservice] dispatch command in post aswell
[user/henk/code/ruby/rbot.git] / bin / rbot
index 2e460e337d5bce8c119d67126edbc73f61cb5250..700fe08c407bd711e59be04586397bb61b64667b 100755 (executable)
--- a/bin/rbot
+++ b/bin/rbot
@@ -41,8 +41,6 @@ Please note that the logfile doesn't contain IRC logs (which are located at
 #
 # This is free software, see COPYING for licensing details
 
-$VERBOSE=true
-
 require 'etc'
 require 'getoptlong'
 require 'fileutils'
@@ -89,7 +87,7 @@ if File.directory? "#{defaultlib}/rbot"
     $:.unshift defaultlib
   end
 end
-  
+
 begin
   require 'rbot/ircbot'
 rescue LoadError => e
@@ -98,11 +96,6 @@ rescue LoadError => e
   exit 2
 end
 
-# ruby 1.9 specific fixes
-unless RUBY_VERSION < '1.9'
-  require 'rbot/compat19'
-end
-
 if ($opts["version"])
   puts "rbot #{$version}"
   exit 0