# Topic-Recover V0.2

**Category:** mIRC_Addon
**Original Author:** meltdown@gmx.at

## Description
This script is designed to store every topic change in a log file, allowing users to recover or rollback topics if needed.

## Key Features
- Stores every topic change into `topics.log`.
- Allows searching for specific topics using the command `!searchtopic`.
- Enables recovering the last set topic with the command `!recovertopic`.
- Provides functionality to rollback to a previous topic on a specific day.
- Includes a cleanup procedure that runs twice a month to remove duplicate entries.

## File Analysis
- **topicrecover.tcl** — Main script file containing all the logic for storing, searching, and recovering topics. It also includes a cleanup process.