# Topic Lock System v1.6

**Category:** mIRC_Addon
**Original Author:** erupt, Noyga, xiv

## Description
This script provides a mechanism to lock and unlock channel topics in IRC clients using various commands.

## Key Features
- **!ltopic**: Allows users to set the topic for a specific channel.
- **!ultopic**: Unlocks the previously locked topic of a channel.
- **!ltstat**: Displays whether the topic is locked or not on each channel.
- **.ltopic**: DCC command to set the topic in a channel.
- **.ultopic**: DCC command to unlock the topic in a channel.
- **.ltstat**: DCC command to check the lock status of topics across channels.

## File Analysis
- **filename** — ...
- **ltopic1.6.tcl** — Contains all the procedures and bindings for handling topic locking commands both via IRC and DCC.