# Set Topic v0.5 (13.12.2008) - A Simple Channel Topic Setter

**Category:** mIRC_Addon  
**Original Author:** \[IsP\]@efnet.org

## Description
This script allows users to set and display channel topics in an IRC network, maintaining a history of topic changes for each channel.

## Key Features
- **!topic**: Displays the current topic for a given channel.
- **!addtopic**: Allows setting a new topic for a specific channel.
- **Topic History Management**: Stores and updates the history of topics for each channel.

## File Analysis
- **settopic.tcl** — A Tcl script that provides functionality to set and display channel topics, maintaining a history of changes. It includes procedures for handling commands and managing topic data storage.

```json
{"category": "mIRC_Addon", "title": "Set Topic v0.5", "version": "0.5", "author": "\[IsP\]@efnet.org", "confidence": "high", "runner_up": ""}
```