# ipSpam.tcl

**Category:** mIRC_Addon
**Original Author:** Lu5ck

## Description
This script is designed to prevent IP spam in IRC channels by banning users who send messages containing specific keywords or patterns, and then kicking them.

## Key Features
- **Bans and Kicks**: Automatically bans and kicks users sending IP addresses along with certain forbidden words.
- **Customizable Forbidden Words**: Users can define a list of words that trigger the ban and kick action.
- **Channel-Specific Configuration**: Allows configuration for specific channels where the script should operate.
- **Temporary Ban**: Optionally implements a temporary ban before permanently banning the user after a specified time.

## File Analysis
- **ipSpam.tcl** — A Tcl script that handles IP spam detection, keyword matching, and automated bans/kicks. It includes event handling, message processing, and configuration settings for channels and forbidden words.