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

(Synopsis)
m
Line 1: Line 1:
 
{{mirc title|$maddress Identifier}}'''$maddress''' return the address that was matched for the event, or information about the user list.
 
{{mirc title|$maddress Identifier}}'''$maddress''' return the address that was matched for the event, or information about the user list.
 +
 +
Note: $maddress is deprecated in favour of $ulist.
 +
  
 
== Synopsis ==
 
== Synopsis ==
 
<pre>$maddress</pre>
 
<pre>$maddress</pre>
 
  
 
<pre>$maddress(<address>,[L,<N>])</pre>{{Deprecated feature|new={{mIRC|$ulist|$ulist()}}}}
 
<pre>$maddress(<address>,[L,<N>])</pre>{{Deprecated feature|new={{mIRC|$ulist|$ulist()}}}}
  
== Paramters ==
+
== Parameters ==
 
 
 
None
 
None
  
 
== Properties ==
 
== Properties ==
 
 
None
 
None
  
Line 21: Line 21:
 
{{mIRC compatibility|4.6}}
 
{{mIRC compatibility|4.6}}
  
== See Also ==
+
== See also ==
{{mIRC|$fulladdress}}
+
* {{mIRC|$fulladdress}}
{{mIRC|$wildsite}}
+
* {{mIRC|$wildsite}}
{{mIRC|$site}}
+
* {{mIRC|$site}}
{{mIRC|$ulist}}
+
* {{mIRC|$ulist}}
[[Category:MIRC identifiers]]
+
{{mIRC identifier list}}
 +
[[Category:mIRC identifiers|maddress]]

Revision as of 05:33, 21 September 2017

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

Note: $maddress is deprecated in favour of $ulist.


Synopsis

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

Parameters

None

Properties

None

Example

on *:text:*:#: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