# File lib/rbot/ircsocket.rb, line 86
    def initialize
      @storage = Array.new
      @last_idx = -1
    end