Project

General

Profile

Actions

$abook » History » Revision 1

Revision 1/6 | Next »
Per Amundsen, 12/04/2015 04:50 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

//echo -ag Number of users in the Address book is $abook(*, 0)

//echo -ag The first users in Address book is $abook(*, 1)

Updated by Per Amundsen over 8 years ago · 1 revisions

Also available in: PDF HTML TXT