# nsidentify.tcl

**Category:** mIRC_Addon
**Original Author:** d1g1t > sandeep[at]d1g1t[dot]net

## Description
This script identifies a bot to NickServ whenever NickServ requests it, ensuring the bot remains active even after NickServ goes down and comes back online.

## Key Features
- Identifies the bot to NickServ using a predefined password.
- Checks if NickServ's request matches a specific pattern.
- Sends an identification command to NickServ with either the root nick or the bot's own password, depending on configuration.

## File Analysis
- **nsidentify.tcl** — A Tcl script that handles identifying the bot to NickServ when requested. It includes settings for NickServ's hostmask and password, as well as logic to determine whether an identification is needed based on a specific message pattern.