# oper.tcl

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

## Description
This script provides a set of commands for managing user bans, cloning detection, and spam filtering in IRC channels.

## Key Features
- **.kill <nick> [reason]**: Kills a specified nick with an optional reason.
- **.kline [time] <hostmask> [reason]**: Places a kline on a hostmask with an optional time and reason.
- **.clones**: Outputs potential clone users based on the number of users from a domain.
- **.clone <domain>**: Searches for clones matching a given domain.
- **.kclone <index>**: Klines a specific index of cloned users.
- **.ehost <host>**: Adds an exempt host to a file used later.
- **.domain <(masked )ip>**: Searches for clones that match the given domain.
- **.whokill <mask> <reason>**: Whoks and kills users matching a specified mask with a reason.

## File Analysis
- **oper.tcl** — Contains all the commands and logic for managing user bans, cloning detection, and spam filtering in IRC channels.