$maddress: Difference between revisions

From Scriptwiki
Jump to navigation Jump to search
Daveoh (talk | contribs)
No edit summary
 
Daveoh (talk | contribs)
mNo edit summary
 
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 01: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