Project

General

Profile

$avoice » History » Revision 2

Revision 1 (Per Amundsen, 04/22/2018 05:30 PM) → Revision 2/3 (Per Amundsen, 04/22/2018 05:30 PM)

_Added in 3.1_ 

 *$avoice* 

 Returns [[$true]] if auto-voice is enabled, otherwise [[$false]]. 

 _See also [[/avoice]]._ 

 ----------------------------------------------------------------------------- 

 *$avoice(address|N)* 

 Returns any matching address in the auto-voice list, or the Nth address. 

 *Parameters* 

 address - Address to match. 
 N - If N = 0, number of addresses, otherwise the Nth address. 

 *Properties* 

 .type - Returns the list of channels for this address. 
 .network - Returns the network name for this address. 

 *Example* 

 <pre> 
 ; Check if 'nick!ident@host' is in the auto-voice list. 
 //echo -g Auto voice for nick!ident@host was $iif($avoice(nick!ident@host), found, not found) 
 </pre>