if (identify.split(' ').length > 1) {
      const err = new TypeError();
      err.name = `${err.name} [ERR_INVALID_ARG_TYPE]`;
      err.message = 'parameter \'nickServ\': should only contain the password (no spaces)';
      throw err;