$iil » History » Revision 2
Revision 1 (Per Amundsen, 08/11/2015 07:39 AM) → Revision 2/3 (Per Amundsen, 08/11/2015 07:39 AM)
_Added in 1.9.0_ *$iil(#channel,N)* Returns Nth item in the internal invite list. *Parameters* #channel - The channel to retrieve invite list from. N - If N = 0, total number of invites, invites , otherwise the Nth invite. item. *Properties* .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* <pre> ; 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 </pre>