# TclArchive Search TCL

**Category:** Eggdrop_Bot
**Original Author:** BLaCkShaDoW

## Description
TclArchive Search TCL is a script for Eggdrop IRC bots that allows users to search for TCL scripts on the TclArchive website and retrieve information about them.

## Key Features
- Searches for TCL scripts based on title, author, description, or download link.
- Displays the latest 10 scripts added in the last 180 days.
- Sorts scripts by download number.
- Supports pagination to view multiple pages of search results.

## File Analysis
- **tclarchive.tcl** — Contains the main script logic for searching and displaying TCL scripts from TclArchive. It includes procedures for handling user commands, fetching data from TclArchive, and formatting the output.