Settings.prototype.country = function(code) {

  var buffer = commandToBuffer(0, "Settings", "Country", code);

  this.self._writePacket(this.self._networkFrameGenerator(buffer));