_Added in 1.9.0_ *$iil(#channel,N)* Returns Nth item in the internal invite list. *Parameters* table(ktable). |*Parameter*|*Description*| | #channel | The channel to retrieve invite list from. | | N | If N = 0, total number of invites, otherwise the Nth invite. | *Properties* table(ktable). |*Property*|*Description*| | .by | The nick who set the invite. | | .ctime | The time the invite was set in unix timestamp format. | | .date | THe time the invite was set in mmm oo HH:mmtt format. | | .secs | Number of seconds until invite expire (if set to expire). | *Example*
; Get number of invites.
//echo -ag $iil(#channel, 0)


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