# Anti-Advertising Script by kazoo (david@conflabit.net)

**Category:** mIRC_Addon  
**Original Author:** David (kazoo) from conflabit.net

## Description
This script is designed to prevent advertising in IRC channels, kicking or warning voiced users who send ad-related messages.

## Key Features
- Monitors channel messages for patterns indicating advertisements.
- Kicks users if they are voiced and the `warn` variable is set to 1.
- Warns users with a notice if they are not voiced and the `warn` variable is set to 0.
- Uses regular expressions to detect ad-related text.

## File Analysis
- **noads.tcl** — Contains the main script logic for detecting and handling advertisements in IRC channels.
- **README** — Provides licensing information but does not describe the functionality of the script.
- **GPL** — The full GNU General Public License, which governs the distribution and use of the script.