# File lib/rbot/core/userdata.rb, line 84
  def get_data(user, key=nil)
    h = get_data_hash(user)
    debug h
    return h if key.nil?
    return h[key]
  end