From WikiChip
$link Identifier - mIRC
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
$link returns the Nth item in the server Links window (called Links List), which can be retrieved with /links.
Synopsis[edit]
$link(N)
Paramters[edit]
- N - The Nth link in the Links list window, if N is 0, returns the total number of links.
Properties[edit]
- .addr - returns the address of the server, same as $link(N) without property (default)
- .ip - returns the Ip associated with the server, if any
- .level - returns the level for that server
- .info - returns informations about that server.
Example[edit]
//echo -a $link(0)
Compatibility[edit]
Added: mIRC v5.1
Added on: 28 Aug 1997
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.