# LimitER

**Category:** mIRC_Addon
**Original Author:** SerialCRACK

## Description
This TCL script limits channel joins (+l) when a user joins, parts, quits, or is kicked to prevent mass-joins.

## Key Features
- Limits the number of users in a channel based on the current number of users.
- Automatically increments the +l mode for each join, part, quit, and kick event.
- Binds events such as `join`, `part`, `sign` (likely a typo for `part`), and `kick` to trigger the script.

## File Analysis
- **LimitER.tcl** — Contains the TCL script logic that limits channel joins based on user actions.
- **Info.txt** — Provides basic metadata about the script, including its version and author.