# Bot Commands + Ban Limiter v1.0

**Category:** mIRC_Bot
**Original Author:** Screamer (c) 30.08.2000

## Description
This script implements a ban management system for IRC channels, limiting the number of bans and automatically removing older bans to maintain channel integrity.

## Key Features
- **Ban Counting**: Monitors the number of bans in a channel.
- **Ban Removal**: Removes multiple old bans when the limit is reached.
- **New Ban Handling**: Adds new bans based on user actions like sending viruses, making invites, repeating messages, or flooding the channel.
- **Channel Ban Management**: Manages bans for specific channels.

## File Analysis
- **bot_cmds.tcl** — Contains the core logic for managing bans and handling new ban requests. Implements event bindings and procedures to enforce ban limits and manage channel bans.