# Public Quotes System v1.32en (04/09/2008)

**Category:** Eggdrop_Script
**Original Author:** MenzAgitat

## Description
This script provides a command-driven system for managing and displaying quotes in IRC channels, including commands to add, display, edit, and delete quotes.

## Key Features
- **!addquote <quote>**: Adds a new quote.
- **!quote <quote number> [#chan]**: Displays a specific quote from a channel.
- **!quoteinfo <quote number> [#chan]**: Provides information about a specific quote.
- **!delquote <quote number>**: Deletes a specific quote.
- **!randquote [#chan]**: Displays a random quote from the current or specified channel.
- **!lastquote [#chan]**: Shows the last added quote in the current or specified channel.
- **!findquote [-all/#chan] <search argument(s)>**: Searches for quotes based on provided arguments, with options to search across all channels or a specific one.
- **!deletedquoteinfo <quote number>**: Displays information about deleted quotes (admin command).
- **!undelquote <quote number>**: Restores a previously deleted quote (admin command).
- **!forcedelquote <quote number>**: Deletes a quote even if the user is not its author (admin command).
- **!cancelquote <latest quote number>**: Cancels and removes the latest recorded quote on the current channel.

## File Analysis
- **public_quotes_system.tcl** — Main script file containing configuration settings, commands, and event bindings.
- **public_quotes_system.tcl** — French version of the main script with localized text and comments.