Actions
Added in 2.2
$abook(nick|N,[N])
Returns information about nicknames listed in the Address Book.
Nick can be a wildcard.
Parameters
| Parameter | Description |
| 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
| Property | Description |
| .nick | The nickname. |
| .info | The name. |
| .website | The website. |
| .address | The address. (AdiIRC only) |
| The email. | |
| .picture | The picture filename. |
| .noteN | The Nth note. |
Example
//echo -ag Number of nicks in the Address book is $abook(*, 0) //echo -ag The first nick in Address book is $abook(*, 1)
Updated by Per Amundsen over 2 years ago · 6 revisions