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

(Created page with "'''$mnick''' returns the value of your main nickname, which is set in the mIRC options dialog. == Synopsis == <pre>$mnick</pre> == Switches == None == Results == Returns th...")
 
(/mnick and /anick links)
Line 18: Line 18:
 
* [[$anick identifier - mIRC|$anick]]
 
* [[$anick identifier - mIRC|$anick]]
 
* [[List of identifiers - mIRC|List of identifiers]]
 
* [[List of identifiers - mIRC|List of identifiers]]
 
+
* [[/mnick command - mIRC|/mnick]]
 +
* [[/anick command - mIRC|/anick]]
 
[[Category:mIRC identifiers]]
 
[[Category:mIRC identifiers]]

Revision as of 17:42, 23 June 2014

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

Synopsis

$mnick

Switches

None

Results

Returns the value of your main nickname.

Example

Echo the value of $mnick to the active window

//echo -a $mnick

See also