$tips » History » Revision 7
Revision 6 (Per Amundsen, 12/14/2019 08:12 AM) → Revision 7/8 (Per Amundsen, 12/14/2019 08:12 AM)
_Added in 1.9.3_
*$tips*
Returns [[$true]] if [[/tips|Tips]] is enabled, otherwise [[$false]].
________________________
_Added in 1.9.6_
*$tips(channel|nick)*
Returns [[$true]] if tips is enabled for this window, otherwise [[$false]].
_*AdiIRC only*._
*Parameters*
channel|nick - Channel or nick window to check.
*Example*
<pre>
//echo -ag Tips for #example is $iif($tips(#example), on, off)
</pre>