# 0CDAD Announcer v1.0

**Category:** Eggdrop_Bot
**Original Author:** [spiff] (spiffware)

## Description
This script is designed to announce a public FTP server in an IRC channel by periodically sending messages with the number of users currently online.

## Key Features
- **Trigger Command**: A public command (`!trigger`) that provides information about the FTP server.
- **Who Command**: A private message command (`!who`) that lists the current users on the FTP server.
- **Ad Text**: Sends an advertisement for the FTP server in a specified channel at regular intervals.

## File Analysis
- **0CDAD.tcl** — This script contains the main logic for announcing the FTP server and handling commands. It uses `bind` to trigger actions based on public messages and private messages, and it sends advertisements using `putserv`.
- **ftpwho.c** — A C program that runs as a daemon to monitor users connected to an FTP server (`glftpd`). It collects information about active users and formats this data for display.
- **README** — Provides instructions for setting up the script and includes disclaimers and contact information.