Project

General

Profile

Actions

$snick » History » Revision 3

« Previous | Revision 3/8 (diff) | Next »
Per Amundsen, 08/10/2015 08:05 AM


Added in 1.9.0

$snick(#,[N])

Returns the Nth selected nickname in the channel listbox on channel #.

Parameters

<notextitle># - The channel.
[N] - If N is not specified, a list of selected nickcnames, if N = 0, total number of selected nicks, otherwise the Nth selected nick.

Example

; Print a list of selected nicknames
//echo -ag $snick(#)

; Print number of selected nicknames
//echo -ag $snick(#, 0)

; Print the first selected nickname
//echo -ag $snick(#, 1)

Updated by Per Amundsen over 8 years ago · 3 revisions

Also available in: PDF HTML TXT