# UnloadTCL Script

**Category:** mIRC_Addon
**Original Author:** Wingman <Wingman@WINGDesign.de>

## Description
This script allows users to manage Tcl scripts via a partyline interface, enabling loading, unloading, and viewing of loaded scripts.

## Key Features
- `.loadtcl` command for loading Tcl scripts.
- `.unloadtcl` command for unloading Tcl scripts.
- `.viewtcls` command for listing both loaded and all available Tcl scripts.
- Settings for automatic rehashing or restarting the server after script changes.
- Prevents double loading of the same script.

## File Analysis
- **unloadtcl.tcl** — Contains the main logic for managing Tcl scripts, including commands to load, unload, and view scripts. It also handles settings and provides feedback via DCC messages.