# Random Topic.TCL

**Category:** mIRC_Addon
**Original Author:** H@0 (hendra asianto)

## Description
This script randomly sets the topic for a channel based on predefined messages, updating every hour.

## Key Features
- Sets the topic of a channel using random messages from a list.
- Binds to the time events to update the topic at specific intervals.
- Uses `rand` to select a message from the predefined list.
- Updates the topic every 30 minutes and at midnight.

## File Analysis
- **RandomTopic.tcl** — A Tcl script that sets the channel topic randomly based on predefined messages. It binds to time events to update the topic periodically.