Project

General

Profile

$address » History » Revision 4

Revision 3 (Per Amundsen, 02/17/2014 09:08 AM) → Revision 4/7 (Per Amundsen, 08/09/2015 02:59 AM)

_Added in 1.9.0_ 

 *$address* 

 Returns the address of the user associated with an [[Scripting_Events|event]] event in the form user@host. 

 *Example* 

 <pre> 
 ; Prrint the user address from a incoming message. 
 on *:TEXT:*:*:echo -ag The user address for this event is $address 
 </pre>