# Limit Control Script

**Category:** mIRC_Addon
**Original Author:** Wietnam^

## Description
This script provides a set of commands for managing channel limits on IRC channels, including enabling or disabling automatic limit enforcement and setting the grace period.

## Key Features
- **!autolimit**: Enables or disables automatic limit enforcement.
  - `!autolimit on`: Turns autolimit ON.
  - `!autolimit off`: Turns autolimit OFF.
  - `!autolimit status`: Displays current autolimit status.
- **!limit**: Sets the grace period for channel limits.
  - `!limit <number>`: Sets a new limit value.

## File Analysis
- **filename** — ...
  - **limitcontrol.tcl** — Contains the main script logic, including command bindings and procedures for managing channel limits.