From WikiChip
Difference between revisions of "mirc/identifiers/$address"
(Created page with "{{mirc title|$address Identifier}}'''$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 pa...") |
(→See Also) |
||
Line 31: | Line 31: | ||
== See Also == | == See Also == | ||
− | {{mIRC|$fulladdress}} | + | * {{mIRC|$fulladdress}} |
− | {{mIRC|$site}} | + | * {{mIRC|$site}} |
− | {{mIRC|$wildsite}} | + | * {{mIRC|$wildsite}} |
− | {{mIRC|$ | + | * {{mIRC|$atan}} |
− | + | ||
[[Category:MIRC identifiers]] | [[Category:MIRC identifiers]] |
Revision as of 19:27, 15 June 2017
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.