Project

General

Profile

$tips » History » Version 6

Per Amundsen, 12/14/2019 08:12 AM

1 1 Per Amundsen
_Added in 1.9.3_
2
3
*$tips*
4
5 4 Per Amundsen
Returns [[$true]] if [[/tips|Tips]] is enabled, otherwise [[$false]].
6 2 Per Amundsen
7
_Added in 1.9.6_
8
9 3 Mr. BS
*$tips(channel|nick)*
10 2 Per Amundsen
11 4 Per Amundsen
Returns [[$true]] if tips is enabled for this window, otherwise [[$false]].
12 5 Per Amundsen
13 6 Per Amundsen
_*AdiIRC only*._
14 5 Per Amundsen
15
*Parameters*
16
17
channel|nick - Channel or nick window to check.
18
19
*Example*
20
21
<pre>
22
//echo -ag Tips for #example is $iif($tips(#example), on, off)
23
</pre>