# AUIn.tcl

**Category:** Eggdrop_Bot
**Original Author:** Unknown

## Description
This script is designed to monitor and ban users who invite others via URLs containing specific patterns. It includes bindings for PRIVMSG, NOTICE, and public messages.

## Key Features
- Monitors PRIVMSG, NOTICE, and public messages.
- Binds URL patterns to trigger bans.
- Applies sticky bans with a specified lifetime.
- Provides customizable reasons for kicks and bans.

## File Analysis
- **AUIn.tcl** — A TCL script that defines the logic for monitoring and banning users based on their invites via URLs. It includes bindings and procedures to handle different types of messages.