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

(Created $vnick iddentifier - mIRC)
 
m
Line 1: Line 1:
'''$vnick''' returns the nickname of a person who was voiced/devoiced during an [[On voice - mIRC|ON VOICE Event]].
+
'''$vnick''' returns the nickname of a person who was voiced/devoiced during an [[On voice - mIRC|ON VOICE Event]] or an [[On devoice - mIRC|ON DEVOICE Event]].
  
 
= Synopsis =
 
= Synopsis =
Line 13: Line 13:
 
= See also =
 
= See also =
 
* [[On voice - mIRC|ON VOICE Event]]
 
* [[On voice - mIRC|ON VOICE Event]]
 +
* [[On devoice - mIRC|ON DEVOICE Event]]
 
* [[$hnick identifier - mIRC|$hnick]]
 
* [[$hnick identifier - mIRC|$hnick]]
 
* [[$opnick identifier - mIRC|$opnick]]
 
* [[$opnick identifier - mIRC|$opnick]]
  
 
[[Category:mIRC identifiers]]
 
[[Category:mIRC identifiers]]

Revision as of 01:11, 23 June 2014

$vnick returns the nickname of a person who was voiced/devoiced during an ON VOICE Event or an ON DEVOICE 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