# File GET v1.2

**Category:** Eggdrop_Bot
**Original Author:** mamaKIN (mamakin@mailandnews.com)

## Description
A TCL script for Eggdrop bots that allows users to get files via !get and !send commands.

## Key Features
- Implements the `!get` command to send a file to the user.
- Implements the `!send` command to send a file from one user to another.
- Uses bind/putserv in TCL syntax for command handling.
- Checks against a list of disabled files before sending.
- Logs when the script is loaded.

## File Analysis
- **fget.tcl** — Contains the main functionality for the !get and !send commands, including file searching and DCC transfer logic.
- **file_id.diz** — A metadata file providing information about the script version and author.