From WikiChip
$nvnick Identifier - mIRC
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
Note: This feature has essentially been replaced by $nick(). $nvnick returns the Nth nickname that has no status on the channel.
Note: $nvnick(#,N) always returns a nickname which has a status below voice.
Synopsis
$nvnick(#channel,N/nick)
Parameters
- #channel - The channel you want to check for non-voice nickname
- N/nick - The Nth 'regular' nick on the channel, or if you pass a nickname, it returns the number N, where $nvnick(#,N) return the nickname.
Note: When 2 parameters are used, it's the equivalent of $nick(#,N,r). With a third and fourth parameter, i.e. $nvnick(#,N/nick,aohvr,aohvr), this identifier behaves exactly the same as $nick(#,N/nick,aohvr,aohvr)
Properties
None
Example
//echo -a $nvnick($chan,1)
Compatibility
Added: mIRC v2.1a
Added on: 28 Feb 1995
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.