Added in 1.9.0

$trust(N)

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

Parameters

Parameter Description
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)