# Quote TCL v3.52-W2D01 by Way2Death

**Category:** mIRC_Addon  
**Original Author:** Way2Death

## Description
A simple IRC script for managing a collection of quotes, including commands to add, delete, and display quotes.

## Key Features
- **!quote(s) <num>**: Displays a random quote or the specified quote number.
- **!addquote <quote>**: Adds a new quote to the storage file.
- **!delquote <num>**: Deletes a specific quote from the storage file.
- **!selquote <num>**: Prints out the specified quote number.
- **!findquote <word>**: Searches for quotes containing a given word and sends results in a text file.
- **!lastquote**: Displays the last added quote.
- **!quotehelp**: Sends help information about using the script.

## File Analysis
- **quote.tcl** — Contains the main logic of the script, including commands to manage quotes and flood protection mechanisms.
- **readme.txt** — Documentation for the script, listing available commands and their usage.