_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* table(ktable). |*Parameter*|*Description*| | channel|nick | Channel or nick window to check. | *Example*
//echo -ag Tips for #example is $iif($tips(#example), on, off)