Project

General

Profile

$target » History » Revision 2

Revision 1 (Per Amundsen, 08/06/2015 03:08 AM) → Revision 2/3 (Per Amundsen, 08/06/2015 03:08 AM)

_Added in 1.8.10_ 

 *$target* 

 Returns the target window for an [[Scripting_Events|event]. event. 

 _#channel/nick/Status Window_ 

 *Example* 

 <pre> 
 ; Print target window for a new incoming message. 
 on *:TEXT:*:*:echo -ag Target window is $target 
 </pre>