$iil » History » Revision 2
« Previous |
Revision 2/3
(diff)
| Next »
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, otherwise the Nth invite.
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
; 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
Updated by Per Amundsen over 9 years ago · 2 revisions