# Nicks.tcl

**Category:** mIRC_Addon
**Original Author:** IRCHelp.Unibg.Net+LHG Crew

## Description
This script is designed to automatically deop users based on their nick changes, specifically targeting nicks that match certain patterns such as "away" or "off".

## Key Features
- Automatically deops a user when they change their nickname if the new nickname matches any of the specified patterns.
- Uses regular expressions to identify matching nicknames.

## File Analysis
- **nicks.tcl** — Contains the script logic for automatically deopping users based on specific nick changes. The script binds itself to the `nick` event and checks against a list of patterns before performing an action.