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

Line 1: Line 1:
 +
{{mirc title|$newnick Identifier}}
 
The '''$newnick''' identifier is filled when the [[On nick - mIRC|ON NICK]] event is triggered on a channel. This event triggers when either a remote user changes their nickname on a channel, or the local mIRC client has changed its nickname.
 
The '''$newnick''' identifier is filled when the [[On nick - mIRC|ON NICK]] event is triggered on a channel. This event triggers when either a remote user changes their nickname on a channel, or the local mIRC client has changed its nickname.
  
Line 27: Line 28:
 
* [[On part - mIRC|ON PART]]
 
* [[On part - mIRC|ON PART]]
  
[[Category:mIRC identifiers]]
+
{{mIRC identifier list}}
 +
 
 +
[[Category:MIRC identifiers]]

Revision as of 13:24, 4 January 2015

The $newnick identifier is filled when the ON NICK event is triggered on a channel. This event triggers when either a remote user changes their nickname on a channel, or the local mIRC client has changed its nickname.

Synopsis

$newnick

Parameters

None

Example

Echo to the channel when the local nickname is changed, and halt mIRC's default message:

ON ME:^*:NICK: {
  echo $chan You are now ==> $newnick
 
  ; Halt the default mIRC message
  haltdef
}

The example above should have an output resembling the following:

You are now ==> whoMe

Compatibility

Added: mIRC v2.1a
Added on: 28 Feb 1995
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.


See Also


[Expand]
v · d · e mIRC identifier list