# Identificador en NickServ para Eggdrop / Windrop 1.6.x

**Category:** Eggdrop_Script
**Original Author:** Unknown

## Description
This script automates the process of identifying a nickname with NICKSERV on IRC networks using Eggdrop or Windrop.

## Key Features
- **bind join - * ident_nickserv**: Triggers when a user joins a channel.
  - `ident_nickserv { nick uhost hand args }`: A procedure that sends an identify command to NickServ upon joining a channel.
  - `putserv "privMSG nickserv identify mi_password"`: Sends the identify command with a password.

## File Analysis
- **identificador.tcl** — Contains the script logic for identifying a nickname with NICKSERV when a user joins a channel. The script binds to the join event and sends an identification request to NickServ using the provided password.