# Topicmask Script

**Category:** mIRC_Addon
**Original Author:** vigilant

## Description
This script allows channel operators to set a topic with a placeholder `*` that can be replaced by any message in the channel using a public command.

## Key Features
- Allows setting a topic with a placeholder `*`.
- Replaces the `*` with user-provided text.
- Requires specific access levels for setting and clearing topics.
- Provides help commands for users to understand how to use the script.

## File Analysis
- **topicmask0.1.tcl** — The main script file that handles topic masking functionality, including setting, clearing, and public command handling.