Project

General

Profile

Actions

$trust » History » Revision 2

« Previous | Revision 2/5 (diff) | Next »
Per Amundsen, 08/11/2015 11:02 AM


Added in 1.9.0

$trust(N)

Returns the Nth item in the DCC trust list set in Options -> DCC.

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 8 years ago · 2 revisions

Also available in: PDF HTML TXT