From WikiChip
Difference between revisions of "mirc/identifiers/$address"
< mirc‎ | identifiers

(See Also)
(See Also)
Line 34: Line 34:
 
* {{mIRC|$site}}
 
* {{mIRC|$site}}
 
* {{mIRC|$wildsite}}
 
* {{mIRC|$wildsite}}
* {{mIRC|$atan}}
 
  
 
[[Category:MIRC identifiers]]
 
[[Category:MIRC identifiers]]

Revision as of 20:28, 15 June 2017

$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