Project

General

Profile

$fulladdress » History » Revision 3

Revision 2 (Per Amundsen, 08/09/2015 02:40 AM) → Revision 3/4 (Per Amundsen, 08/10/2015 07:15 AM)

_Added in 1.9.0_ 

 *$fulladdress* 

 Returns the full [[$address]] for address of the user associated with triggering an [[Scripting_Events|event]] event in the form nick!user@host. 

 *Example* 

 <pre> 
 ; Prrint the full address on an incoming message. 
 on *:TEXT:*:*:echo -ag The full address is $fulladdress 
 </pre>