summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rbot/ircbot.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/rbot/ircbot.rb b/rbot/ircbot.rb
index 45603963..26f3f8bb 100644
--- a/rbot/ircbot.rb
+++ b/rbot/ircbot.rb
@@ -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