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

m
m (link to $mnick)
Line 16: Line 16:
 
== See also ==
 
== See also ==
 
* [[$me identifier - mIRC|$me]]
 
* [[$me identifier - mIRC|$me]]
 +
* [[$mnick identifier - mIRC|$mnick]]
 
* [[List of identifiers - mIRC|List of identifiers]]
 
* [[List of identifiers - mIRC|List of identifiers]]
  
 
[[Category:mIRC identifiers]]
 
[[Category:mIRC identifiers]]

Revision as of 17:31, 23 June 2014

$anick returns the value of your alternative nickname, which is set in the mIRC options dialog.

Synopsis

$anick

Switches

None

Results

Returns the value of your alternative nickname.

Example

Echo the value of $anick to the active window

//echo -a $anick

See also