# SpamBan

**Category:** mIRC_Addon  
**Original Author:** SerialCRACK

## Description
A simple spam blocker for IRC channels that bans and kicks users based on configurable words.

## Key Features
- Bans and kicks users who send specific spammy messages.
- Configurable ban time, kick message, and list of spam words.
- Can be configured to ignore certain exempted words or phrases.

## File Analysis
- **SpamBan.tcl** — A Tcl script that implements the spam blocking functionality by binding to public messages and executing commands based on configurable parameters.
- **Info.txt** — Provides metadata about the script, including version and author information. Not executable code but useful for documentation purposes.