Difference between revisions of "$snicks"

From Scriptwiki
Jump to: navigation, search
m (See Also: typo hunting)
 
Line 7: Line 7:
 
==See Also==
 
==See Also==
 
* [[$snick]] - returns the Nth selected nickname on a channel
 
* [[$snick]] - returns the Nth selected nickname on a channel
* [[$snotify]] - reutrns the currently selected nickname from your notify list box
+
* [[$snotify]] - returns the currently selected nickname from your notify list box
 
[[Category:Nick and Address Identifiers]]
 
[[Category:Nick and Address Identifiers]]

Latest revision as of 20:26, 17 July 2013

$snicks

Returns a string of the currently selected nicknames in the active channel listbox in the form:

nick1,nick2,nick3,...,nickN

Example

$snicks

Returns Dana,G,Q when those nicknames are selected in the nicklist.

See Also

  • $snick - returns the Nth selected nickname on a channel
  • $snotify - returns the currently selected nickname from your notify list box