if (typeof identify !== 'string') {
      const err = new TypeError();
      err.name = `${err.name} [ERR_INVALID_ARG_TYPE]`;
      err.message = 'unexpected type of \'nickServ\': \'string\' was expected\'';
      throw err;