# MyQuote v2.0

**Category:** Eggdrop_Bot
**Original Author:** fragp <jb@fragp.com>

## Description
MyQuote is a Tcl-based IRC bot designed to manage quotes in multiple channels, allowing users to add, retrieve, and rate quotes.

## Key Features
- **Quote Management**: Users can add, view, and delete quotes.
- **Random Quote Retrieval**: Fetches random or specific quotes from the database.
- **Search Functionality**: Searches for quotes containing a specified keyword.
- **Rating System**: Allows users to rate quotes with positive or negative feedback.

## File Analysis
- **myquote.tcl** — Contains the core functionality of MyQuote, including bindings and procedures for handling commands and events.
- **README** — Provides installation instructions and usage guidelines.
- **myquote.sql** — SQL script to create necessary database tables for storing quotes, ratings, and channel information.