Project

General

Profile

$hotline » History » Version 2

Per Amundsen, 12/14/2015 05:42 PM

1 1 Per Amundsen
_Added in 1.9.0_
2
3
*$hotline*
4
5
Returns the full line which contained the hotlink trigger during a [[on HOTLINK]] event.
6
7 2 Per Amundsen
_See also [[$hotlinepos]], [[$hotlink]]._
8 1 Per Amundsen
9
*Example*
10
11
<pre>
12
on *:HOTLINK:*:*:echo -ag Matched line $hotline at $hotlinepos
13
</pre>