# getDIZ v1.01

**Category:** Eggdrop_Bot
**Original Author:** dMG/t!s

## Description
getDIZ is a simple eggdrop TCL script designed to allow users with +v access to send files via DCC (Direct Client Connection) from the bot's file system.

## Key Features
- Allows users with +v flag to request and receive files.
- Uses bind/pub command to trigger the script.
- Checks for illegal paths using `../` traversal.
- Provides usage instructions within the code comments.
- Sends a log message upon execution.

## File Analysis
- **getDIZ.tcl** — Contains the main logic for handling file requests via DCC, including path validation and logging.
- **README** — Provides basic installation and usage instructions for the script.