# NoticeInvite.tcl

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

## Description
This script is designed to ban users who send spam messages in IRC channels.

## Key Features
- Bans users for a specified duration if they send messages containing certain words or patterns.
- Bans last for 1 month (43200 minutes).
- Triggers on message events and bans the user based on predefined spam words.

## File Analysis
- **NoticeInvite.tcl** — Contains the main script logic to ban users who send spam messages. It includes a list of banned words and the duration of the ban.