From WikiChip
$hotlink Identifier - mIRC
< mirc‎ | identifiers
Revision as of 12:17, 1 January 2018 by Ouims (talk | contribs) (Created page with "{{mirc title|$hotlink Identifier}}'''$hotlink''' returns informations about what triggered the {{mIRC|on hotlink}} event. == Synopsis == <pre>$hotlink(item)</pre> == Parame...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

$hotlink returns informations about what triggered the on hotlink event.


Synopsis

$hotlink(item)

Parameters

  • item - the type of information you want, can be:
    • word - returns the full word which matched the expression and triggered the event, same as $1, except that $hotlink(word) does not strip the word from control code
    • match - returns the part of the word that was used for a comparison to gives the type of match. For example if you hover an operator on a channel with the word "<@nick>", $hotlink(match) is "nick" where $hotlink(word) is "<@nick>"
    • event - returns the mouse event which triggered the on hotlink event, can be "mouse", "sclick", "uclick", "dclick", or "rclick"

Properties

None

Example

//echo -a $speak(0)

Compatibility

Added: mIRC v7.0
Added on: 02 Apr 2010
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.


See Also

/speak