# BadWord TCL

**Category:** mIRC_Addon
**Original Author:** IRCHelp.UniBG.Org

## Description
This script is designed to manage a list of bad words in an IRC channel, automatically detecting and handling their usage according to predefined rules.

## Key Features
- **Bad Word Management**: Adds, deletes, and lists bad words.
- **Offense Tracking**: Tracks the number of times a user uses a bad word within a specified time frame.
- **Auto-Punishments**: Automatically warns, kicks, or bans users based on their bad word usage.
- **User Protection**: Excludes certain users from being punished.

## File Analysis
- **badword.tcl** — The main script file that handles the logic for managing bad words and enforcing rules. It includes functions to add, delete, list bad words, and detect and punish users who use them.
  - **badword.tcl** — Manages bad word detection, tracking, and enforcement.