Actions
$iql » History » Revision 1
Revision 1/3
| Next »
Per Amundsen, 11/19/2016 05:46 AM
Added in 2.7
$iql(#channel,N)
Returns Nth item in the internal quiet list.
Parameters
#channel - The channel to retrieve quiet list from.
N - If N = 0, total number of quiets, otherwise the Nth quiet.
Properties
.by - The nick who set the quiet.
.ctime - The time the quiet was set in unix timestamp format.
.date - THe time the quiet was set in mmm oo HH:mmtt format.
Example
; Get number of quiet. //echo -ag $iql(#channel, 0) ; Get information about the first quiet. //echo -ag $iql(#channel, 1) set by $iql(#channel, 1).by set at $iql(#channel, 1).date
Updated by Per Amundsen almost 8 years ago · 1 revisions