]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/commitdiff
Webrick functionality is now in a plugin
authorTom Gilbert <tom@linuxbrit.co.uk>
Thu, 14 Jul 2005 12:02:31 +0000 (12:02 +0000)
committerTom Gilbert <tom@linuxbrit.co.uk>
Thu, 14 Jul 2005 12:02:31 +0000 (12:02 +0000)
rbot/ircbot.rb

index 45603963ee731b2337ea33ad39faf1bb734db458..26f3f8bb6082c944aa06313a30062b51b490a67c 100644 (file)
@@ -70,9 +70,6 @@ class IrcBot
   # and restore objects in their own namespaces.)
   attr_reader :registry
 
-  # our webrick instance
-  attr_reader :http_server
-  
   # create a new IrcBot with botclass +botclass+
   def initialize(botclass)
     @botclass = botclass.gsub(/\/$/, "")
@@ -395,7 +392,6 @@ class IrcBot
     @socket.flush
     @socket.shutdown
     @registry.close
-    @http_server.shutdown
     puts "rbot quit (#{message})"
     exit 0
   end