# GetAccount.tcl

**Category:** mIRC_Addon
**Original Author:** Chiruclan

## Description
This script provides account identification functionality on IRC networks like Quakenet by tracking nicknames, authentication tokens, and channel activity.

## Key Features
- Tracks nicknames and their associated authentication tokens.
- Handles WHO requests to update nickname-to-authentication mappings.
- Updates nicknames when they change.
- Removes entries for nicks that leave the channel or network.
- Refreshes account information periodically.

## File Analysis
- **GetAccount.tcl** — A Tcl script providing IRC client functionality, specifically tracking and managing user accounts on an IRC network. It binds to various events like JOIN, PART, NICK changes, WHO requests, and refreshes account data at regular intervals.