# Quote TCL Script by Koloth, v1.0

**Category:** Eggdrop_Script
**Original Author:** Jeremy Smith aka Koloth <smij0016@unf.edu>

## Description
A simple quote management script for Eggdrop IRC bots that allows users to add, delete, and select quotes from a storage file.

## Key Features
- **addquote**: Adds new quotes to the storage file.
- **delquote**: Deletes specific quotes by number or exact content.
- **quotes**: Prints out a random quote from the storage file.
- **selquote**: Displays a specified quote by its number.

## File Analysis
- **quote.tcl** — Contains the main script logic for managing quotes, including commands and their corresponding procedures.
- **readme** — Provides installation instructions and notes on configuration options.