# Last TCL Script

**Category:** mIRC_Addon
**Original Author:** IRCHelp.UniBG.Org

## Description
This script provides a set of commands for managing logs in IRC channels, specifically focusing on retrieving user logins and handling channel joins and parts.

## Key Features
- **.last <logins>**: Retrieves the last logins of specified users or the 20 most recent logins if no argument is provided.
- **.join**: Logs a user's join event in a file.
- **.part**: Logs a user's part (leave) event in a file.

## File Analysis
- **last.tcl** — A Tcl script that provides commands for managing IRC logs, including retrieving and logging user activities.