From WikiChip
Difference between revisions of "mirc/identifiers/$vnick"
< mirc‎ | identifiers

(Created $vnick iddentifier - mIRC)
(No difference)

Revision as of 01:05, 23 June 2014

$vnick returns the nickname of a person who was voiced/devoiced during an ON VOICE Event.

Synopsis

$vnick

Switches

None

Example

A scripted event that will echo the nickname of the person who was just voiced to the active window

ON *:VOICE:#:echo -a $vnick

See also