Actions
Added in 2.7
$iql(#channel,N)
Returns Nth item in the internal quiet list.
Parameters
Parameter | Description |
#channel | The channel to retrieve quiet list from. |
N | If N = 0, total number of quiets, otherwise the Nth quiet. |
Properties
Property | Description |
.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. |
.secs | Number of seconds until exception expire (if set to expire). |
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 over 1 year ago · 3 revisions