-
WikiChip
WikiChip
-
Architectures
Popular x86
-
Intel
- Client
- Server
- Big Cores
- Small Cores
-
AMD
Popular ARM
-
ARM
- Server
- Big
- Little
-
Cavium
-
Samsung
-
-
Chips
Popular Families
-
Ampere
-
Apple
-
Cavium
-
HiSilicon
-
MediaTek
-
NXP
-
Qualcomm
-
Renesas
-
Samsung
-
From WikiChip
Difference between revisions of "mirc/identifiers/$mnick"
< mirc | identifiers
Yawhatnever (talk | contribs) (/mnick and /anick links) |
Yawhatnever (talk | contribs) m (→Example: add syntaxhighlight) |
||
Line 12: | Line 12: | ||
== Example == | == Example == | ||
'''Echo the value of ''$mnick'' to the active window''' | '''Echo the value of ''$mnick'' to the active window''' | ||
− | < | + | <syntaxhighlight lang="mIRC"> |
+ | //echo -a $mnick</syntaxhighlight> | ||
== See also == | == See also == |
Revision as of 16:55, 23 June 2014
$mnick returns the value of your main nickname, which is set in the mIRC options dialog.
Contents
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