From WikiChip
Difference between revisions of "mirc/identifiers/$hotline"
< mirc‎ | identifiers

m (Bot: Automated text replacement (-Added On:.+\n?\n?\n?\n?\n? +))
m (Bot: Fixing compatibility)
Line 16: Line 16:
  
 
== Compatibility ==
 
== Compatibility ==
Added: mIRC v5.61
+
{{mIRC compatibility|5.61}}
  
 
== See Also ==
 
== See Also ==

Revision as of 03:22, 6 July 2014

The $hotline identifier is used to extract the entire line of text triggered during ON HOTLINK event.

Synopsis

$hotline

Parameters

None

Example

The below example will trigger when the mouse double-clicks on the word hoverme, and echo the hotlink word and the entire line to the active window:

ON ^*:HOTLINK:*hoverme*:*:{
  if ($1 == hoverme) return
  halt
}
ON *:HOTLINK:*hoverme*:*:echo -a Hotlink: $1 - Hotlink line: $hotline

Compatibility

Added: mIRC v5.61
Added on: 23 Sep 1999
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.


See Also

[Expand]
v · d · e mIRC identifier list