$abook » History » Revision 2
Revision 1 (Per Amundsen, 12/04/2015 04:50 AM) → Revision 2/6 (Per Amundsen, 12/04/2015 04:51 AM)
_Added in 2.2_ *$abook(nick|N,[N])* Returns information about nicknames listed in the Address book. _Nick can be a wildcard._ *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 users in the Address book is $abook(*, 0) //echo -ag The first nick users in Address book is $abook(*, 1) </pre>