# NoMassBan 1.2 TCL

**Category:** mIRC_Addon
**Original Author:** BLaCkShaDoW ProductionS

## Description
This script provides functionality to manage mass-ban events by suspending access for users who initiate such bans, and logs relevant details.

## Key Features
- **!massban -list**: Lists all mass-bans that have occurred in a channel.
- **!massban -clear**: Clears the list of mass-bans for a specific channel.
- **Automatic Logging**: Logs information about mass-ban events to a file, including who initiated the ban and their access level.

## File Analysis
- **nomassban.tcl** — Main script that handles commands and logging of mass-ban events. It binds commands to public messages and mode changes, and manages the suspension of user access.
- **--- File: nomassban.tcl ---**