# Chanlist Script

**Category:** Eggdrop_Bot
**Original Author:** Teemu Hjelt

## Description
This script provides a way to view the channels that a bot is currently on, both locally and across a botnet. It includes commands for users to request channel lists and can display these lists when joining specific channels.

## Key Features
- Provides `.channels` and `.netchannels` commands for users.
- Displays current channels of the bot when joining the partyline if configured.
- Sends channel information to users with certain global flags.
- Manages channel list updates across a botnet.

## File Analysis
- **chanlist.tcl** — Contains all the script logic, including bindings and procedures for handling commands and displaying channel lists. This is the main file of the script.