# Random Quote Module - Get_A_Fix/istok (dalnet/gamesurge/freenode/undernet/rizon)

**Category:** mIRC_Addon
**Original Author:** getafix/istok

## Description
This is a simple IRC script that allows users to add, retrieve, and manage quotes in various channels. It provides commands for adding new quotes, retrieving random or specific quotes, searching the quote database, and toggling the system on and off.

## Key Features
- **!aquote <new-quote-to-add>** — Adds a new quote.
- **!rquote** — Retrieves a random quote from the database.
- **!dquote <nickname-of-adder> <quote-to-del>** — Deletes a specific quote added by a user.
- **!quotes on/off** — Enables or disables the quote system for a channel.
- **!qsearch <pattern>** — Searches the quote database for quotes matching a given pattern.

## File Analysis
- **filename** — Random Quote Module script file, written in TCL. It handles various commands and interactions with the IRC server to manage quotes.