Project

General

Profile

$tips » History » Version 8

Per Amundsen, 02/23/2023 07:51 PM

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 8 Per Amundsen
table(ktable).
20
|*Parameter*|*Description*|
21
| channel<notextile>|</notextile>nick | Channel or nick window to check. |
22 5 Per Amundsen
23
*Example*
24
25
<pre>
26
//echo -ag Tips for #example is $iif($tips(#example), on, off)
27
</pre>