# UserQuotes v1.00

**Category:** Eggdrop_Bot
**Original Author:** David Proper (DrN)

## Description
UserQuotes is a simple "tagline" program for Eggdrop IRC bots, allowing operators to add and delete quotes from users in channels. It can also use random quotes to set the channel topic.

## Key Features
- Allows OPs to manage quotes via commands like `!quotes` and `!quote`.
- Adds new quotes using the `add quote` command.
- Deletes specific quotes by number with the `del #` command.
- Displays information about a specific quote with the `info #` command.
- Searches for quotes containing specific text with the `howmany text` command.
- Sets the channel topic using random or specified quotes.

## File Analysis
- **userquotes100.tcl** — Main script that handles commands and interactions with the quote database.
- **.userquotes** — Database of user-added quotes.
- **userquotes.doc** — Documentation file explaining how to use the script.
- **userquotes.hst** — History file detailing version changes.