$iel » History » Revision 1
Revision 1/3
| Next »
Per Amundsen, 08/11/2015 07:38 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 exception, otherwise the Nth item.
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 · 1 revisions