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

(Created $anick identifier - mIRC)
 
m
Line 1: Line 1:
 
'''$anick''' returns the value of your alternative nickname, which is set in the mIRC options dialog.
 
'''$anick''' returns the value of your alternative nickname, which is set in the mIRC options dialog.
  
= Synopsis =
+
== Synopsis ==
 
<pre>$anick</pre>
 
<pre>$anick</pre>
  
= Switches =
+
== Switches ==
 
None
 
None
  
= Results =
+
== Results ==
 
Returns the value of your alternative nickname.
 
Returns the value of your alternative nickname.
  
= 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>
 
<pre>//echo -a $anick</pre>
  
= See also =
+
== See also ==
 
* [[$me identifier - mIRC|$me]]
 
* [[$me identifier - mIRC|$me]]
 
* [[List of identifiers - mIRC|List of identifiers]]
 
* [[List of identifiers - mIRC|List of identifiers]]
  
 
[[Category:mIRC identifiers]]
 
[[Category:mIRC identifiers]]

Revision as of 15:30, 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