# Limit Abuse 0.8 Script

**Category:** Eggdrop_Bot
**Original Author:** Majonas (alias HapKiDo)

## Description
This script is designed to enforce channel limits by restricting users who attempt to manipulate modes, specifically the `-l` and `+l` modes. It sets up a global invite (`+i`) for the channel, deops the user, kicks them from the partyline, removes their global flags, and bans them globally with a sticky ban.

## Key Features
- Sets an invite (`+i`) in the channel.
- Deopes and kicks users who attempt to change channel limits.
- Removes global flags `+pf` (Partyline and Friend) from the user.
- Kicks the user from all channels protected by bots.
- Applies a sticky ban for 24 hours on dial-in proxies.
- Limits invites after 20 minutes.

## File Analysis
- **limitabuse0.8.tcl** — The main script that enforces channel limits and manages user actions, including deops, kicks, and bans.