Difference between revisions of "$snick"

From Scriptwiki
Jump to: navigation, search
 
(No difference)

Latest revision as of 20:20, 7 April 2008

$snick(#,N)

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

Note: If the N parameter is not specified, it returns a line containing all selected nicknames (same as $snicks.)

Example

$snick(#help.script,0)    returns the total number of selected nicknames on #help.script
$snick(#help.script,1)    returns the 1st selected nickname on #help.script

See Also

  • $snicks - returns all selected nicks
  • $notify - returns Nth nickname from your notify list
  • $snotify - reutrns the currently selected nickname from your notify list box