Project

General

Profile

$tips » History » Version 7

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