# Relay Channel Linking Script

**Category:** Eggdrop_Bot
**Original Author:** cl00bie <cl00bie@sorcery.net> edited by iamdeath

## Description
This script enables channel linking between two IRC networks, allowing messages, actions, joins, parts, kicks, and quits to be relayed from one network to another.

## Key Features
- Sends text, joins, parts, kicks, quits, and channel topic changes across two networks.
- Supports multiple channels for cross-network communication.
- Automates the sending of nick changes, mode changes (bans), and CTCP actions.
- Provides a command to query who is on the remote network's channel.

## File Analysis
- **relay.tcl** — A Tcl script that implements the functionality described in the comments. It binds various events such as joins, parts, kicks, quits, nick changes, mode changes, and CTCP actions to send corresponding messages across two networks.