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

(/mnick and /anick links)
m (Example: syntax highlighting example)
Line 12: Line 12:
 
== Example ==
 
== Example ==
 
'''Echo the value of ''$anick'' to the active window'''
 
'''Echo the value of ''$anick'' to the active window'''
<pre>//echo -a $anick</pre>
+
<syntaxhighlight lang="mIRC">
 +
//echo -a $anick</syntaxhighlight>
  
 
== See also ==
 
== See also ==

Revision as of 17:54, 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