# MyQuote v1.4

**Category:** Eggdrop_Bot
**Original Author:** mortician

## Description
A bot for storing and displaying quotes in IRC channels using MySQL as the backend storage.

## Key Features
- Stores quotes with author, date, and quote content.
- Allows adding, deleting, and viewing quotes.
- Displays random quotes or specific quotes by number or matching string.
- Updates channel topic with a random quote.
- Provides statistics on the number of quotes stored.

## File Analysis
- **myquote.inc.php** — PHP script for generating a webpage to display quotes from MySQL database.
- **myquote.php** — HTML and JavaScript for displaying the generated content.
- **myquote.tcl** — TCL script for managing quote operations in IRC channels, including adding, deleting, and viewing quotes.