# Quotes-2112

**Category:** Eggdrop_Bot
**Original Author:** C.Leonhardt (rosc2112 at yahoo com)

## Description
A Tcl-based IRC bot that allows users to store, retrieve, and manage quotes. It supports various commands for adding, deleting, and searching quotes, as well as viewing statistics.

## Key Features
- Users can save and delete their own quotes.
- Configurable permissions for adding/deleting quotes for other people or categories.
- Separate limits on the number of quotes that users and categories can store.
- Commands to show quotes from yourself by number or at random.
- Commands to show quotes from usernames or categories by number or at random.
- Command to search quote datafile by keywords/text string.
- Command to view statistics for all quotes in the datafile.

## File Analysis
- **quotes2112.tcl** — Contains the main logic and configuration of the bot, including command bindings, permissions, and functions for handling quotes.
- **quotes2112.cfg** — Configuration file that sets up channels, permissions, quote limits, and other parameters used by the bot.