# Clock Script

**Category:** mIRC_Addon  
**Original Author:** Unknown  

## Description
This script provides a simple clock functionality that periodically sends the current time to specified IRC channels.

## Key Features
- Sends the current time to designated IRC channels every 30 minutes.
- Uses `bind pub` and `timer` commands for periodic execution.
- Implements a procedure to send the time using `putserv`.

## File Analysis
- **clock.tcl** — Provides the clock functionality, defining the interval and procedures to send the time.