$snicks: Difference between revisions

From Scriptwiki
Jump to navigation Jump to search
Daveoh (talk | contribs)
No edit summary
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 18: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