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

(See also)
Line 16: Line 16:
 
== See also ==
 
== See also ==
 
* [[$anick identifier - mIRC|$anick]]
 
* [[$anick identifier - mIRC|$anick]]
 +
* [[$mnick identifier - mIRC|$mnick]]
 +
* [[/nick command - mIRC|/nick]]
 +
* [[/mnick command - mIRC|/mnick]]
 +
* [[/anick command - mIRC|/anick]]
 
* [[List of identifiers - mIRC|List of identifiers]]
 
* [[List of identifiers - mIRC|List of identifiers]]
  
 
[[Category:mIRC identifiers]]
 
[[Category:mIRC identifiers]]

Revision as of 16:50, 23 June 2014

$me returns your current nickname.

Synopsis

$me

Switches

None

Results

Returns the nickname that you are currently using.

Example

Echo your current nickname to the active window

//echo -a $me

See also