# AdvertiseKick Script for Eggdrop Bot

**Category:** Eggdrop_Bot
**Original Author:** awyeah (awyeah@usa.net)

## Description
This script is designed to detect and punish users who advertise their channels or websites in IRC channels, using a variety of methods including wordlists and wildcard matching.

## Key Features
- Detects and punishes spam and advertising messages sent into channels.
- Supports multiple detection types: channel text, actions, and notices.
- Can be configured to work on user-defined channels or all channels the bot is on.
- Exempts certain users based on flags such as ops, voices, and specific nicks/hosts.
- Keeps a record of how many users are kicked by the script.

## File Analysis
- **advertisekick.tcl** — Contains the main logic for detecting spam and advertising messages. It includes procedures for matching words, setting punishments, and logging kicks.