# ClonePro

**Category:** mIRC_Bot
**Original Author:** Unknown

## Description
This script is designed to monitor channel activity and ban users who exhibit suspicious behavior such as joining or parting channels too frequently.

## Key Features
- Monitors the number of joins by a user within a specified time frame.
- Bans users who join multiple channels in quick succession.
- Tracks the frequency of join/part cycles for a user on a specific channel.
- Kicks and bans users based on predefined conditions.
- Sends notifications to a specified handle when actions are taken.

## File Analysis
- **clonepro.tcl** — Contains the core logic for monitoring joins, parting, and banning users. It includes procedures for handling join events, leave events, and expiration timers.