From WikiChip
Difference between revisions of "mirc/identifiers/$snick"
(Created page with "{{mirc title|$snick Identifier}}'''$snick''' returns the Nth selected nickname on the specified channel == Synopsis == <pre>$snick(#chan,N)</pre> == Parameters == * '''#cha...") |
m (→Example: $snick requires a channel name.) |
||
Line 13: | Line 13: | ||
== Example == | == Example == | ||
− | <source lang="mIRC">//echo -a $snick(0)</source> | + | <source lang="mIRC">//echo -a $snick(#channel,0)</source> |
== Compatibility == | == Compatibility == |
Latest revision as of 10:06, 20 February 2024
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
$snick returns the Nth selected nickname on the specified channel
Synopsis[edit]
$snick(#chan,N)
Parameters[edit]
- #chan - The channel name you want to know the selected nickname from
- N - The Nth selected nickname on that channel.
Properties[edit]
None
Example[edit]
//echo -a $snick(#channel,0)
Compatibility[edit]
Added: mIRC v4.5
Added on: 30 Jun 1996
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.