# BungNick.tcl

**Category:** mIRC_Addon
**Original Author:** DarkChild@programmer.net

## Description
This script is designed to detect and ban nicks that match certain patterns, primarily targeting automated or suspicious nicknames in IRC channels.

## Key Features
- **Nick Pattern Matching**: Bans nicks containing specific characters or sequences.
- **Channel Monitoring**: Triggers checks when a user joins a channel specified in the `channels` variable.
- **Ban Implementation**: Uses `newchanban` to implement bans and `putkick` to kick users from channels.

## File Analysis
- **BungNick.tcl** — A Tcl script that defines procedures for detecting and banning nicks based on patterns. It binds a join event to trigger the detection process.