Difference between revisions of "$snicks"
From Scriptwiki
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]] - reutrns the currently selected nickname from your notify list box |
[[Category:Nick and Address Identifiers]] | [[Category:Nick and Address Identifiers]] |
Revision as of 19:20, 7 April 2008
$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.