# Anti-Inviters v2.1

**Category:** mIRC_Addon
**Original Author:** Nor7on

## Description
This script is designed to prevent spamming in IRC channels by automatically banning users who attempt to invite others via certain methods, such as joining the channel or sending HTTP links.

## Key Features
- Bans users who join a channel with an invitation message.
- Bans users who send HTTP links to the channel.
- Excludes bans for operators and voiced users.
- Uses the X undernet bot for banning.
- Sets a ban reason and duration.
- Configurable access level required to run the script.

## File Analysis
- **anti-inviters2.1.tcl** — Contains the main logic for detecting and banning spamming behavior in IRC channels, including bindings for public messages and HTTP links.