# ChanRelay v3.6

**Category:** Eggdrop_Bot
**Original Author:** CrazyCat

## Description
This script is a channel relay system for Eggdrop bots, allowing them to communicate across different networks and channels. It supports various events such as pub messages, actions, nick changes, joins, parts, quits, topic changes, kicks, modes, and who lists.

## Key Features
- **Channel Linking**: Connects multiple Eggdrops on the same or different servers.
- **Event Handling**: Transmits pub messages, actions, nick changes, joins, parts, quits, topic changes, kicks, mode changes, and who lists.
- **Configuration Management**: Saves and loads settings from a database file.
- **Highlight Settings**: Customizable highlighting for speakers.
- **Network Information Transmission**: Shows the network of the speaker if configured.

## File Analysis
- **chanrelay.tcl** — Main script defining the relay functionality. It sets up bindings for various events, manages configurations, and handles transmission and reception of messages across channels.
- **crelay::init** — Initializes the script by setting default values, loading saved settings, and binding necessary commands and events.