# NetLink v1.06

**Category:** Eggdrop_Bot
**Original Author:** David Proper (DrN)

## Description
NetLink is a multi-net, multi-channel channel linking tool for Eggdrop bots. It allows for echoing of various events such as chat messages, actions, sound commands, topic changes, and user activities across different IRC networks.

## Key Features
- **Channel Linking**: Links channels on multiple networks to ensure that events in one channel are echoed to other linked channels.
- **User Events**: Handles joins, parts, signs off, kicks, nick changes, modes, actions, and sound commands.
- **Cross-Network Commands**: Provides commands for listing users across different channels, viewing topics, and performing network operations like kicking and banning.
- **Configuration Flexibility**: Allows customization of linking behavior through various configuration options.

## File Analysis
- **relay.tcl** — Main script file containing the logic for channel linking and event handling. It defines procedures for processing events and sending them to linked networks.
- **netmap** — Configuration map defining short network names and their corresponding full network names, used for mapping between different IRC networks.
- **clinkfile** — File where linking configuration is saved, allowing persistent storage of link settings.