# Report Script by d-c@d-c.ro

**Category:** Eggdrop_Bot
**Original Author:** d-c@d-c.ro

## Description
This script allows channel users to report a spam bot to +mno users from the eddgrop userlist, which will then ban the bot if it is operational on the channel. The script provides commands for users to initiate reports and includes event bindings for various message types.

## Key Features
- Allows users to report a spam bot using commands like `!report`, `.report`, `!drone`, `.drone`, or `!bot`.
- Binds these commands to handle both public and private messages.
- Checks if the user initiating the command has operator privileges on the main channel before taking action.
- Bans the reported nick by adding a mode +b to the channel with the appropriate mask.

## File Analysis
- **report.tcl** — A Tcl script that provides functionality for reporting spam bots. It includes event bindings and procedures for handling report commands, checking user permissions, and executing bans on the channel.