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

(Created $hnick identifier - mIRC)
 
m
Line 1: Line 1:
'''$hnick''' returns the nickname of a person who was being helped/dehelped during an [[On help - mIRC|ON HELP Event]].
+
'''$hnick''' returns the nickname of a person who was being helped/dehelped during an [[On help - mIRC|ON HELP Event] or an [[On dehelp - mIRC|ON DEHELP Event]]].
  
 
= Synopsis =
 
= Synopsis =
Line 13: Line 13:
 
= See also =
 
= See also =
 
* [[On help - mIRC|ON HELP Event]]
 
* [[On help - mIRC|ON HELP Event]]
 +
* [[On dehelp - mIRC|ON DEHELP Event]]
 
* [[$opnick identifier - mIRC|$opnick]]
 
* [[$opnick identifier - mIRC|$opnick]]
 
* [[$vnick identifier - mIRC|$vnick]]
 
* [[$vnick identifier - mIRC|$vnick]]
  
 
[[Category:mIRC identifiers]]
 
[[Category:mIRC identifiers]]

Revision as of 01:12, 23 June 2014

$hnick returns the nickname of a person who was being helped/dehelped during an [[On help - mIRC|ON HELP Event] or an ON DEHELP Event].

Synopsis

$hnick

Switches

None

Example

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

ON *:HELP:#:echo -a $hnick

See also