_Added in 1.9.0_ *$vnick* Returns the nick that was (de)opped during a [[on VOICE]], on [[on DEVOICE]] [[Scripting_Events|event]]. *Example*
on *:VOICE:*:echo -ag The nick opped is $vnick

on *:DEVOICE:*:echo -ag The nick deopped is $vnick
----------------------------------------------------------------------------- _Added in 2.0_ *$vnick(#,N)* Returns the Nth voice nick. _See also [[$nvnick]], [[$hnick]], [[$nhnick]], [[$opnick]], [[$nopnick.]], [[$admnick]], [[$nadmnick]], [[$onick.]], [[$nonick]]._ *Parameters* table(ktable). |*Parameter*|*Description*| | # | The channel. | | N | If N = 0, number of nicks, otherwise the Nth nick. | *Example*
echo -ag There is $vnick(#,0) voice users

echo -ag First voice nick is $vnick(#,1)