# Spam Sentinel v1.0

**Category:** mIRC_Bot
**Original Author:** BLaCkShaDoW Productions

## Description
This script is designed to detect and ban spammers on IRC channels by using a secondary bot that monitors for spam and triggers the primary bot to perform bans.

## Key Features
- **Spam Detection**: Monitors messages for specific patterns (e.g., URLs, certain words) and reports them.
- **Automatic Ban Execution**: The primary bot is triggered to ban spammers based on the reported information.
- **Customizable Configuration**: Allows setting of spam keywords, cycle times, and ban duration.

## File Analysis
- **banner.tcl** — Contains the configuration for the secondary bot that will perform the bans. It sets up commands and conditions under which a user will be banned.
- **spammer.tcl** — Implements the primary bot's functionality to detect spam messages and report them to the secondary bot for action.