# BlackSpam.tcl

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

## Description
This script is designed to act as an anti-spam bot for IRC channels, automatically sending messages to users and banning them if they respond with forbidden characters.

## Key Features
- Sends a predefined message to random users in the channel at regular intervals.
- Bans users who respond to the spam check message with forbidden characters.
- Logs when a user is banned due to responding improperly.
- Optionally reports banned users to a backchannel.
- Can send messages to new joiners of the channel.

## File Analysis
- **BlackSpam.tcl** — Contains the main logic for the anti-spam bot, including configuration settings and event handling. It sets up timers, binds events, and processes user responses to enforce spam checks and bans.