# FServ v0.5

**Category:** Eggdrop_Script
**Original Author:** Progeny <progeny@azzurra.org>

## Description
FServ is a script for Eggdrop IRC bots that provides file sharing capabilities via DCC (Direct Client Connection) commands, allowing users to request and list files stored on the bot's server.

## Key Features
- **getfile** — Binds to the `get` command to initiate DCC file transfers.
- **flist** — Binds to the `!list` command to send a list of available files via DCC.
- **fhelp** — Provides help documentation for using FServ commands.

## File Analysis
- **fserv.tcl** — Contains the core logic for handling file sharing and listing functionalities. It sets up necessary variables, loads required modules, and binds specific commands to perform actions like initiating file transfers and listing files.