Project

General

Profile

$hotlink » History » Revision 2

Revision 1 (Per Amundsen, 12/14/2015 05:41 PM) → Revision 2/8 (Per Amundsen, 01/04/2017 10:02 PM)

_Added in 1.9.7_ 

 *$hotlink(type)* 

 Returns information about a match in a [[on HOTLINK]] event. 

 _See also [[$hotline]], [[$hotlinepos]]._ 

 *Parameters* 

 event - Returns sclick,rclick,dclick,uclick sclick or mouse rclick depending on which mouse button was pressed or mouse movement. pressed. 
 line - Returns the full line matched. 
 word - Returns the word matched. 
 char - Returns the character matched. 
 match - Returns the matched text. 


 *Properties* 

 .pos - Returns the line/word/char/match position in the matched line. 

 *Example* 

 <pre> 
 on *:HOTLINK:*:*:echo -ag Matched line $hotlink(line) at $hotlink(line).pos, word $hotlink(word) at pos $hotlink(word).pos, char $hotlink(char) at $hotlink(char).pos 
 </pre>