# Quote Script by Steinsky

**Category:** mIRC_Addon
**Original Author:** Steinsky

## Description
This script provides a simple channel-based quote management system for IRC channels, allowing users to add quotes, retrieve random or specific quotes, and view statistics on the number of quotes.

## Key Features
- Adds channel commands: !addquote (and variations), !quote, !quotestats.
- Supports DCC and MSG commands for adding quotes and viewing stats.
- Maintains a log of quote additions to track contributors.

## File Analysis
- **quote.tcl** — The main script file containing the logic for handling quote-related commands. It binds various commands to specific actions such as adding, retrieving, and displaying quotes, as well as statistics on the number of quotes.