# File Server Script

**Category:** mIRC_Addon
**Original Author:** terri

## Description
This script provides a file server functionality for an IRC channel, allowing users to search and download files from a specified directory.

## Key Features
- Allows users to search for files using patterns.
- Enables users to download specific files by providing the full path.
- Provides usage instructions within `help.txt`.

## File Analysis
- **fs.tcl** — Implements file server functionality with commands for searching and downloading files. It defines directories accessible by users and handles user interactions through IRC messages.
- **help.txt** — Documentation for using the script, including how to search and download files.