# ChanServ Verbose Logging Script v5.38.b

**Category:** Eggdrop_Script
**Original Author:** awyeah (awyeah@awyeah.org)

## Description
This script logs ChanServ VERBOSE notices sent into channels when channel access lists are modified, providing a record of who is modifying the access list and when.

## Key Features
- Logs ChanServ VERBOSE notices for various commands such as AOP, SOP, AKICK, ADD, DEL, WIPE.
- Allows configuration to log on user-defined channels or all channels the bot is on.
- Option to enable logging of ChanServ UNBAN command.
- Conditional option to log ChanServ WHY results when a person modifies the channel's access list.

## File Analysis
- **verboselogger.tcl** — Contains the main script logic, including configuration settings and event handlers for logging ChanServ VERBOSE notices.