Actions
Added in 1.9.3
$tips
Returns $true if 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
Parameter | Description |
channel|nick | Channel or nick window to check. |
Example
//echo -ag Tips for #example is $iif($tips(#example), on, off)
Updated by Per Amundsen over 1 year ago · 8 revisions