Project

General

Profile

$tips » History » Revision 5

Revision 4 (Per Amundsen, 08/10/2015 09:24 AM) → Revision 5/8 (Per Amundsen, 08/10/2015 09:26 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>