Project

General

Profile

Actions

Added in 1.9.0

$iel(#channel,N)

Returns Nth item in the internal exception list.

Parameters

Parameter Description
#channel The channel to retrieve exception list from.
N If N = 0, total number of exceptions, otherwise the Nth exception.

Properties

Property Description
.by The nick who set the exception.
.ctime The time the exception was set in unix timestamp format.
.date THe time the exception was set in mmm oo HH:mmtt format.
.secs Number of seconds until exception expire (if set to expire).

Example

; Get number of exceptions.
//echo -ag $iel(#channel, 0)

; Get information about the first exception.
//echo -ag $iel(#channel, 1) set by $iel(#channel, 1).by set at $iel(#channel, 1).date

Updated by Per Amundsen about 1 year ago · 3 revisions

Also available in: PDF HTML TXT