From WikiChip
$address Identifier - mIRC
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
$address return the address of the user associated with an event in the form user@host, or of the specified user.
If used without a parameter, this identifier is a local identifier, it only has a value for the scope of an event and return the address of the user associated with an event in the form user@host.
Otherwise, it returns the address of the specified nickname in the given type.
Synopsis
$address
$address(<nick>,<type>)
Paramters
<nick>The nickname you want the address of.
NThe type of address, a positive integer between 1-19.
Properties
None
Example
on *:text:!address:#:msg $chan address is $address ;or just in an editbox //echo -a $address(nick,2)
Compatibility
Added: mIRC v2.1a
Added on: 28 Feb 1995
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.