# Banned Nick Changes Script

**Category:** Eggdrop_Bot
**Original Author:** GiZZmo <vivas@usa.net> and Buster_ <ejr@infonet.com.br>

## Description
This script monitors nick changes on a channel, verifying the ban list of the bot and kicking out users if they are banned. It supports both exact nick bans and mask bans.

## Key Features
- Monitors nick changes using `bind nick - * banned_nicks`
- Checks for bans in the format of `*nick*!*@*` and `nick!*@*`
- Creates new temporary bans based on the original ban list
- Kicks users from the channel if they match a banned pattern

## File Analysis
- **banned_nick-ch.tcl** — Monitors nick changes and enforces bans, creating new temporary bans for matching nicks.