# Anti Mass Letter Script by SilentStorm

**Category:** mIRC_Addon  
**Original Author:** SilentStorm

## Description
This script is designed to prevent mass spamming in IRC channels by warning users who exceed a certain number of consecutive characters and then kicking them if they continue to violate the rules.

## Key Features
- Monitors channel messages for repeated characters.
- Warns users after a specified number of warnings.
- Kicks users who exceed a threshold of repeated characters.
- Allows exceptions for specific nicks.
- Configurable settings for warning count, character limit, and hardcore violation mode.

## File Analysis
- **massmsg.tcl** — Contains the main script logic for detecting and handling mass spamming in IRC channels. It includes configuration options and the core functionality to check messages and enforce rules.