# Limit v2.2

**Category:** mIRC_Addon
**Original Author:** AEn|gMa

## Description
Limit v2.2 is a script designed to manage channel limits on IRC channels, providing commands for setting up and managing these limits based on user joins and parts.

## Key Features
- **Channel Limit Management**: Automatically updates the limit of users on a channel when new users join or leave.
- **User Increment Settings**: Allows setting an increment value for increasing the channel limit.
- **Maximum Users Setting**: Configurable maximum number of users allowed on a channel.
- **Mode Selection**: Supports two modes: "event" and "timer", each with different ways to manage limits.
- **Protect Mode**: Enables or disables protection mode, which restricts changes to the channel limit by certain user flags.
- **Settings Restoration**: Can restore settings at startup from a file.

## File Analysis
- **limit2.2.1.tcl** — Primary script handling all functionalities related to managing channel limits on IRC channels.
- **limit.set** — Configuration file used for restoring settings at startup, containing values like increment, maximum users, and protect mode status.