From WikiChip
$address Identifier - mIRC
< mirc‎ | identifiers
Revision as of 11:20, 5 September 2015 by 83.204.154.100 (talk) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

$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.


See Also

$fulladdress $site $wildsite $adress() $atan