# Repeat Message Handler

**Category:** mIRC_Addon

## Description
This script is designed to handle repeated messages in a channel by kicking or banning users who repeatedly send the same message.

## Key Features
- **Message Detection**: Detects if a user sends the same message multiple times within a short period.
- **Kicking Users**: Kicks users from the channel after they repeat their message a specified number of times.
- **Banning Users**: Optionally bans users for a set duration after repeated messages.

## File Analysis
- **repeat.tcl** — Contains the main logic to handle repeated messages, including bindings and procedures to detect and react to repeated messages. It also includes timers to reset state after a period.