Difference between revisions of "$snicks"

From Scriptwiki
Jump to: navigation, search
 
m (See Also: typo hunting)
 
(One intermediate revision by one other user not shown)
Line 6: Line 6:
 
Returns Dana,G,Q when those nicknames are selected in the nicklist.
 
Returns Dana,G,Q when those nicknames are selected in the nicklist.
 
==See Also==
 
==See Also==
* [[$snick]]
+
* [[$snick]] - returns the Nth selected nickname on a channel
* [[$snotify]]
+
* [[$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