# NoAds v1.04

**Category:** Eggdrop_Bot
**Original Author:** David Proper (Dr. Nibble [DrN])

## Description
NoAds is a TCL script designed to detect and auto-ban channel advertisements in IRC channels, including triggers for mass messages and inviter scripts.

## Key Features
- Detects and bans users sending advertisement messages.
- Watches public messages, notices, and actions for specific keywords or patterns.
- Sends reports of detected ads via `puthelp` to a specified channel.
- Auto-bans users across a botnet if configured.
- Binds to various events such as public messages, notices, and CTCP actions.

## File Analysis
- **noads.tcl** — Contains the main logic for detecting advertisements and auto-banning users. It includes bindings for different IRC events and defines lists of keywords to watch out for.