# QuoteEngine

**Category:** Eggdrop_Bot
**Original Author:** James Michael Seward

## Description
This is a bot script for Eggdrop IRC clients that allows users to add, fetch, and manage quotes in channels.

## Key Features
- **Commands**: `!addquote`, `!randquote`, `!getquote`, `!findquote`, `!quoteurl`, `!quotestats`, `!quoteversion`
- **Database Interaction**: Connects to a MySQL database to store and retrieve quote information.
- **Permissions**: Requires channel operators or higher permissions to use certain commands.

## File Analysis
- **QuoteEngine.tcl** — Contains the main logic for handling quote-related commands, including adding, fetching, searching, and deleting quotes. It also provides statistics about the number of quotes in a channel.
- **index.php** — A PHP script that serves as an interface to view quotes stored in the database. It allows filtering and displaying quotes from different channels.
- **LICENSE** — The GNU General Public License (GPL) governing distribution and modification rights.
- **README** — Basic instructions for setting up and using the bot, including required dependencies and configuration steps.
- **styles.css** — CSS styles used to format the web interface provided by `index.php`.