# File lib/rbot/ircsocket.rb, line 23
    def length
      length = 0
      @storage.each {|c|
        length += c[1].length 
      }
      return length
    end