# listadded.tgz

**Category:** mIRC_Addon
**Original Author:** Unknown

## Description
This script appears to be a utility for managing channel lists in IRC clients, likely designed for use with mIRC or similar clients.

## Key Features
- `listadded` — A command that adds channels to the user's list of frequently used channels.
- `listremoved` — A command that removes channels from the user's list of frequently used channels.
- `listview` — A command that displays the current list of frequently used channels.

## File Analysis
- **listadded** — Adds a channel to the user's list of frequently used channels.
- **listremoved** — Removes a channel from the user's list of frequently used channels.
- **listview** — Displays the current list of frequently used channels.
- **listadded.tcl** — The main script file implementing the above commands.