_Added in 1.9.0_ *$iel(#channel,N)* Returns Nth item in the internal exception list. *Parameters* table(ktable). |*Parameter*|*Description*| | #channel | The channel to retrieve exception list from. | | N | If N = 0, total number of exceptions, otherwise the Nth exception. | *Properties* table(ktable). |*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