# ChanLimit 1.3.2

**Category:** Eggdrop_Bot
**Original Author:** Nils Ostbjerg <shorty@business.auc.dk>

## Description
This script limits a channel's user capacity by increasing it by five users every minute, ensuring the limit is only adjusted when necessary.

## Key Features
- Limits channels to current user count plus five.
- Adjusts channel mode `+l` once per minute.
- Grademargin feature prevents unnecessary changes in the limit.

## File Analysis
- **ChanLimit.tcl** — Contains the core logic for limiting channel sizes and adjusting modes. Implements time-based binding and procedural commands.
- **instruc.doc** — Documentation on how to install and use the script, including steps to source it into an Eggdrop configuration file.