From WikiChip
mirc/identifiers/$vnick
< mirc‎ | identifiers
Revision as of 01:05, 23 June 2014 by Zmodem (talk | contribs) (Created $vnick iddentifier - mIRC)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

$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