Actions
$trust » History » Revision 1
Revision 1/5
| Next »
Per Amundsen, 08/11/2015 11:01 AM
Added in 1.9.0
$trust(N)
Returns the Nth item in the DCC trust list.
Parameters
N - If N = 0, the number of items in the trust list, otherwise the Nth item.
Example
; Print the number of items in the DCC trust list. //echo -ag $trust(0) ; Print the first item in the DCC trust list. //echo -ag $trust(1)
Updated by Per Amundsen over 9 years ago · 1 revisions