From WikiChip
Difference between revisions of "mirc/identifiers/$me"
(Created $me identifier - mIRC) |
|||
Line 1: | Line 1: | ||
'''$me''' returns your current nickname. | '''$me''' returns your current nickname. | ||
− | = Synopsis = | + | == Synopsis == |
<pre>$me</pre> | <pre>$me</pre> | ||
− | = Switches = | + | == Switches == |
None | None | ||
− | = Results = | + | == Results == |
Returns the nickname that you are currently using. | Returns the nickname that you are currently using. | ||
− | = Example = | + | == Example == |
'''Echo your current nickname to the active window''' | '''Echo your current nickname to the active window''' | ||
<pre>//echo -a $me</pre> | <pre>//echo -a $me</pre> | ||
− | = See also = | + | == See also == |
* [[$anick identifier - mIRC|$anick]] | * [[$anick identifier - 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 14:30, 23 June 2014
$me returns your current nickname.
Contents
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