$iel » History » Revision 2
« Previous |
Revision 2/3
(diff)
| Next »
Per Amundsen, 08/11/2015 07:40 AM
Added in 1.9.0
$iel(#channel,N)
Returns Nth item in the internal exception list.
Parameters
#channel - The channel to retrieve exception list from.
N - If N = 0, total number of exceptions, otherwise the Nth exception.
Properties
.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 over 9 years ago · 2 revisions