# X.TCL Script for IRC

**Category:** mIRC_Addon
**Original Author:** theface & c|imate

## Description
This script forbids direct messaging to a user named `X` via DCC commands, except for users with a specific flag.

## Key Features
- Sets a flag (`flag1 R`) that allows certain users to message `X`.
- Binds commands to handle DCC messages.
- Implements logic to allow or forbid messages based on the user's flag.

## File Analysis
- **x.tcl** — A Tcl script for managing DCC messaging restrictions. It sets up bindings and procedures to control who can send DCC messages to a specific user (`X`).