# RepeatPro Flood Detection Script

**Category:** mIRC_Addon
**Original Author:** Unknown

## Description
This script is designed to detect and mitigate flood attacks in IRC channels by kicking or banning users who repeatedly send messages within a short period.

## Key Features
- Detects small repeat floods and kicks the user after a certain number of repeats.
- Detects large repeat floods and bans the user with a reason after a certain number of repeats.
- Detects spam-type text and kicks the user if it exceeds a specified length.
- Bans users who repeatedly flood within a given time frame.

## File Analysis
- **flud.tcl** — Contains the core logic for detecting and handling repeat floods, including bindings for message actions and notifications. This file sets up various parameters and procedures to manage flooding behavior in IRC channels.