# Autolimit.tcl

**Category:** Eggdrop_Bot
**Original Author:** Michael 'miCHa' Ascher

## Description
This script automates the management of channel limits in IRC channels, setting a predefined limit on the number of users that can join a channel at any given time.

## Key Features
- Sets and enforces a channel limit based on the number of current users.
- Automatically adjusts the limit every 5 minutes.
- Provides commands for administrators to check and modify the autolimit status and value.
- Notifies users when they attempt to join a channel that has reached its limit.

## File Analysis
- **autolimit.tcl** — A Tcl script that manages channel limits by binding to time events and pub commands. It provides administrative commands to enable, disable, and set the autolimit for IRC channels.