Difference between revisions of "$maddress"
From Scriptwiki
m |
|||
Line 3: | Line 3: | ||
Also acts as [[$ulist]] ''[undocumented-replaced]'' | Also acts as [[$ulist]] ''[undocumented-replaced]'' | ||
==Example== | ==Example== | ||
− | on 5:TEXT:*:#:echo | + | 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 02: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.