Project

General

Profile

$iel » History » Revision 2

Revision 1 (Per Amundsen, 08/11/2015 07:38 AM) → Revision 2/3 (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, exception, otherwise the Nth exception. 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* 

 <pre> 
 ; 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 
 </pre>