# Quote TCL v3.52

**Category:** Eggdrop_Bot
**Original Author:** stigmata

## Description
Quote TCL is a bot script for Eggdrop IRC bots that allows users to add, delete, search, and display quotes in channels or via private messages.

## Key Features
- **!quote(s) <num>**: Randomly picks a quote or selects the number specified.
- **!addquote <quote>**: Adds the following quote to the storage file.
- **!delquote <num>**: Deletes the quote number specified.
- **!selquote <num>**: Prints out the specified quote number.
- **!findquote <word>**: Searches for the word in the storage file and sends a text file with results.
- **!lastquote**: Displays the last quote added.
- **!quotehelp**: Sends the user the quote help file.
- **!getquotes**: Sends the user the quote storage file.
- **!getscript**: Sends the user the script package.
- **!quotestats**: Shows how many quotes there are and how big the quote storage file is.
- **!quoteversion**: Displays the version and author information.

## File Analysis
- **quote_tcl-3.52.tcl** — The main script containing all commands, settings, and procedures for managing quotes.
- **README** — Documentation on installation instructions and contact information for the author.
- **UPDATES** — Log of updates and progress made from version 3.00 to 3.52.
- **quote.txt** — Default quote file included with the script.
- **quote_help.txt** — Help file containing a list of commands and their descriptions.