Actions
$tips » History » Revision 6
« Previous |
Revision 6/8
(diff)
| Next »
Per Amundsen, 12/14/2019 08:12 AM
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
channel|nick - Channel or nick window to check.
Example
//echo -ag Tips for #example is $iif($tips(#example), on, off)
Updated by Per Amundsen almost 5 years ago · 6 revisions