$trust » History » Revision 2
Revision 1 (Per Amundsen, 08/11/2015 11:01 AM) → Revision 2/5 (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_Dialog|Options]] -> [[Options_DCC|DCC]]. list. *Parameters* N - If N = 0, the number of items in the trust list, otherwise the Nth item. *Example* <pre> ; 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) </pre>