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

(Synopsis)
(Example)
Line 15: Line 15:
  
 
== Example ==
 
== Example ==
 +
To get the address from the event:
 
<source lang="mIRC">on *:text:*:#:echo -a $maddress</source>
 
<source lang="mIRC">on *:text:*:#:echo -a $maddress</source>
 +
 +
And for the user list: //echo -a $maddress(
  
 
== Compatibility ==
 
== Compatibility ==

Revision as of 16:25, 27 April 2019

$maddress return the address that was matched for the event, or returns information about the user list.


Synopsis

$maddress


$maddress(<address>,[L,<N>])
Note: This feature has essentially been replaced by $ulist().

Parameters

None

Properties

None

Example

To get the address from the event:

on *:text:*:#:echo -a $maddress

And for the user list: //echo -a $maddress(

Compatibility

Added: mIRC v4.6
Added on: 07 Sep 1996
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.


See also

[Expand]
v · d · e mIRC identifier list