Actions
$trust » History » Revision 4
« Previous |
Revision 4/5
(diff)
| Next »
Per Amundsen, 02/18/2017 08:54 AM
Added in 1.9.0
$trust(N)
Returns the Nth item in the DCC trust list set in Options -> DCC -> Auto accept transfers.
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 almost 8 years ago · 4 revisions