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

(Example)
(Example)
Line 18: Line 18:
 
<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(
+
And for the user list: //echo -a $maddress(*,,1)
  
 
== Compatibility ==
 
== Compatibility ==

Revision as of 16:26, 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(*,,1)

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