# HostLimit.tcl

**Category:** mIRC_Addon
**Original Author:** IRCHelp.UniBG.Net+LHG Crew

## Description
This script limits the number of hostmasks a user can have on an IRC network, preventing users from having more than three different hostmasks.

## Key Features
- **Hostmask Limitation**: Limits users to no more than three unique hostmasks.
- **dcc Command Binding**: Binds the `+host` command for DCC (Direct Client-to-Client) interactions.
- **User Validation**: Checks if a user exists before adding or updating their hostmask.

## File Analysis
- **filename** — This script file (`hostlimit.tcl`) contains the logic to limit and manage IRC users' hostmasks. It includes command binding for DCC interactions and validation checks.