# Linkchan

**Category:** mIRC_Addon
**Original Author:** BarkerJr <barkerjr@clancdg.com>

## Description
This script automates channel linking between IRC networks by creating a second client that connects to a remote server and mirrors messages, nick changes, and other events.

## Key Features
- Automates joining a channel on another network.
- Mirrors PING/ERROR responses from the linked channel.
- Handles NICK changes, JOINs, PARTs, PRIVMSGs, and KICKs between networks.
- Provides basic command-line interface for linking/unlinking channels.

## File Analysis
- **linkchan.tcl** — TCL script that handles channel linking functionality. It creates a second client to connect to another network and mirrors messages and events between the two channels.