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

m
Line 1: Line 1:
 
'''$emailaddr''' returns the email address you have specified in the mIRC connect dialog.
 
'''$emailaddr''' returns the email address you have specified in the mIRC connect dialog.
  
= Synopsis =
+
== Synopsis ==
 
<pre>$emailaddr</pre>
 
<pre>$emailaddr</pre>
  
= Switches =
+
== Switches ==
 
None
 
None
  
= Example =
+
== Example ==
 
'''Echo the email address you provided to the currently active window'''
 
'''Echo the email address you provided to the currently active window'''
 
<pre>//echo -a $emailaddr</pre>
 
<pre>//echo -a $emailaddr</pre>
  
= Compatibility =
+
== Compatibility ==
 
Added: mIRC v5.9
 
Added: mIRC v5.9
  
Line 18: Line 18:
 
<small>Note: Individual switches were not taken into consideration.</small>
 
<small>Note: Individual switches were not taken into consideration.</small>
  
= See also =
+
== See also ==
 
* [[$anick identifier - mIRC|$anick]]
 
* [[$anick identifier - mIRC|$anick]]
 
* [[$email identifier - mIRC|$email]]
 
* [[$email identifier - mIRC|$email]]

Revision as of 15:27, 23 June 2014

$emailaddr returns the email address you have specified in the mIRC connect dialog.

Synopsis

$emailaddr

Switches

None

Example

Echo the email address you provided to the currently active window

//echo -a $emailaddr

Compatibility

Added: mIRC v5.9

Added On: 26/04/2001

Note: Individual switches were not taken into consideration.

See also