# Badchan Script

**Category:** mIRC_Addon
**Original Author:** Unknown

## Description
This script appears to be a utility for managing channel bans in IRC, providing commands for adding, removing, and listing banned users.

## Key Features
- `banadd` — Adds a user or IP address to the ban list.
- `banlist` — Lists currently active bans.
- `banremove` — Removes a specific ban from the list.

## File Analysis
- **badchan.mrc** — The main script file containing the commands and logic for managing channel bans.
- **badchan.ini** — Configuration file likely used to store settings or preferences related to the script's behavior.