# Erratum

**Category:** Eggdrop_Script  
**Original Author:** Menz Agitat  

## Description  
Erratum is an IRC bot script designed to correct messages sent on a channel by replacing specified words with their replacements. It provides a way to fix typos or redirect users' messages as desired.

## Key Features
- **Message Correction**: Allows users to replace words in recent messages.
- **Configuration Options**: Includes settings for language, memory size, display mode, and antiflood control.
- **Event Handling**: Listens for user messages and CTCP actions to store them for correction.
- **Anti-Flood Mechanism**: Prevents abuse of the correction command.

## File Analysis
- **Erratum.tcl** — Main script file containing the core functionality and event bindings.
- **changelog.txt** — Contains version history and changes made to the script.
- **documentation.txt** — Provides usage instructions and examples for using Erratum.
- **erratum.cfg** — Configuration file where settings can be adjusted.