Project

General

Profile

$abook » History » Revision 4

Revision 3 (Per Amundsen, 05/24/2018 10:09 AM) → Revision 4/6 (Per Amundsen, 12/26/2018 08:35 PM)

_Added in 2.2_ 

 *$abook(nick|N,[N])* 

 Returns information about nicknames listed in the [[Addressbook_Dialog|Address Book]]. Address book. 

 _Nick can be a [[Scripting_Wildcards|wildcard]]._ 

 _See also [[/abook]], [[/uwho]]._ 

 *Parameters* 

 nick|N - The nick to lookup, if N = 0, number of nicks, otherwise the Nth nick. 
 [N] - if N = 0, number of nicks, otherwise the Nth nick. (optional) 

 *Properties* 

 .nick - The nickname. 
 .info - The name. 
 .website - The website. 
 .address - The address. (AdiIRC only) 
 .email - The email. 
 .picture - The picture filename. 
 .noteN - The Nth note. 

 *Example* 

 <pre> 
 //echo -ag Number of nicks in the Address book is $abook(*, 0) 

 //echo -ag The first nick in Address book is $abook(*, 1) 
 </pre>