Difference between revisions of "$maddress"

From Scriptwiki
Jump to: navigation, search
 
m
 
Line 3: Line 3:
 
Also acts as [[$ulist]] ''[undocumented-replaced]''
 
Also acts as [[$ulist]] ''[undocumented-replaced]''
 
==Example==
 
==Example==
  on 5:TEXT:*:#:echo text event accessed by $maddress
+
  on 5:TEXT:*:#:echo # user $fulladdress matched $maddress
Echoes the user's matching address when accessing the event.
+
Echoes the user's full address along with matching address when accessing the event.
 
==See Also==
 
==See Also==
 
* [[$ulevel]]
 
* [[$ulevel]]
 +
[[Category:Identifiers]]

Latest revision as of 03:32, 7 April 2008

Returns the address that was matched for the triggered event.

$maddress

Also acts as $ulist [undocumented-replaced]

Example

on 5:TEXT:*:#:echo # user $fulladdress matched $maddress

Echoes the user's full address along with matching address when accessing the event.

See Also