Project

General

Profile

$trust » History » Version 2

Per Amundsen, 08/11/2015 11:02 AM

1 1 Per Amundsen
_Added in 1.9.0_
2
3
*$trust(N)*
4
5 2 Per Amundsen
Returns the Nth item in the DCC trust list set in [[Options_Dialog|Options]] -> [[Options_DCC|DCC]].
6 1 Per Amundsen
7
*Parameters*
8
9
N - If N = 0, the number of items in the trust list, otherwise the Nth item.
10
11
*Example*
12
13
<pre>
14
; Print the number of items in the DCC trust list.
15
//echo -ag $trust(0)
16
17
; Print the first item in the DCC trust list.
18
//echo -ag $trust(1)
19
</pre>