# Anti-Pub Script

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

## Description
This script is designed to automatically kick users from a channel who attempt to invite others without proper permissions, ensuring that only authorized individuals can invite new members.

## Key Features
- **Automatically detects and prevents unauthorized invitations**: The script checks if the user attempting an invitation has the necessary permissions.
- **Kicks the user and bans them temporarily**: If the user is not authorized, they are kicked from the channel and banned for a short period.
- **Notifies the user of their violation**: A message is sent to the user informing them that they are not allowed in the channel.

## File Analysis
- **antipub.tcl** — Contains the main logic for detecting unauthorized invitations and handling the actions required to enforce the rules.