_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*
//echo -ag Tips for #example is $iif($tips(#example), on, off)