Project

General

Profile

$tips » History » Revision 6

Revision 5 (Per Amundsen, 08/10/2015 09:26 AM) → Revision 6/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*._ _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>