# Anti-Spam v1.4

**Category:** Eggdrop_Script
**Original Author:** Progeny <progeny@azzurra.org>

## Description
This script is designed to ban users from IRC channels based on specific keywords and patterns, implementing anti-spam measures.

## Key Features
- Bans users who use certain phrases in public messages.
- Exempts specific channels from being banned for spam.
- Logs when the script is loaded into an Eggdrop instance.
- Provides a command to unban users manually.

## File Analysis
- **nospam.tcl** — Contains the anti-spam logic, including bindings and procedures for handling public messages and user commands. This file defines how the script interacts with the IRC environment and implements the spam filtering mechanism.