From WikiChip
Difference between revisions of "mirc/identifiers/$nvnick"
(Created page with "{{mirc title|$nvnick Identifier}}{{Deprecated feature|new={{mIRC|$nick|$nick()}}}} '''$nvnick''' returns the Nth nickname that is not an voice on the channel. '''Note''': $nv...") |
(→See Also) |
||
Line 24: | Line 24: | ||
{{mIRC|$nick}} | {{mIRC|$nick}} | ||
{{mIRC|$opnick|$opnick()}} | {{mIRC|$opnick|$opnick()}} | ||
− | {{mIRC|$ | + | {{mIRC|$hnick|$hnick()}} |
{{mIRC|$nhnick}} | {{mIRC|$nhnick}} | ||
− | {{mIRC|$ | + | {{mIRC|$vnick|$vnick()}} |
{{mIRC|$nopnick}} | {{mIRC|$nopnick}} | ||
− | [[Category:mIRC identifiers| | + | [[Category:mIRC identifiers|nvnick]] |
Revision as of 16:40, 5 January 2018
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 is not an voice on the channel.
Note: $nvnick always returns nickname which have a status below voice, excluding the non standard +qa mode/status, it means that if a nickname is only +q, $nvnick() can return that nickname, otherwise $nvnick can only return regular nicknames.
Synopsis
$nvnick(#channel,N/nick)
Parameters
- #channel - The channel you want to check for non-voice nickname
- N/nick - The Nth non-voice nick on the channel, or if you pass a nickname, it returns the number N, where $nvnick(#,N) return the nickname.
Note: 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.