# echoXinviter Remover

**Category:** Eggdrop_Bot
**Original Author:** blessing @ DALnet (modified by istok @ DALnet)

## Description
This script is designed to detect and ban users who are suspected of using the `echoXinviter` script, a tool used for spamming or flooding IRC channels. It provides commands for enabling and disabling detection on specific channels.

## Key Features
- **Detection Pattern:** The script detects users based on patterns in their nicknames.
- **Banning Mechanism:** Bans are applied either as server bans, channel bans, or global bans depending on the configuration.
- **Customizable Ban Messages:** Allows setting a custom message to be displayed when a user is banned.
- **Channel-Specific Settings:** Users can enable or disable detection for specific channels.

## File Analysis
- **echox.1.2.tcl** — The main script file that contains the logic for detecting and banning users suspected of using `echoXinviter`. It includes commands to manage channel settings, ban types, and ban times.
  - **echox.1.2.tcl** — Manages detection patterns, ban styles, and provides functions to handle joining events and public commands.