# dnickch.tcl

**Category:** mIRC_Addon
**Original Author:** Unknown

## Description
This script binds to the `nick` event and automatically grants operator (o) status to a new nickname when it changes, provided certain conditions are met.

## Key Features
- Binds to the `nick` event.
- Checks if the changing nick is not the bot's own nick.
- Ensures that only nicks with specific attributes can gain o status.

## File Analysis
- **dnickch.tcl** — A single Tcl script that binds to the `nick` event and implements a procedure to grant operator status under certain conditions.