# Topic Refresh

**Category:** mIRC_Addon
**Original Author:** BLaCkShaDoW Productions

## Description
This script automatically refreshes the channel topic every 360 minutes (6 hours) and allows users with certain privileges to manually trigger a topic refresh.

## Key Features
- Automatically refreshes the topic of a channel after a set interval.
- Allows users with specified flags to manually refresh the topic using the `!refresh` command.
- Logs the version number and author information upon loading.

## File Analysis
- **topic.tcl** — Contains the logic for automatically refreshing the topic every 360 minutes and handling manual requests for topic refreshes via the `!refresh` command. The script also sets up a timer to trigger the automatic refresh.