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

m (Compatibility)
Line 1: Line 1:
 
'''$email''' returns the email address you have specified in the mIRC connect dialog.
 
'''$email''' returns the email address you have specified in the mIRC connect dialog.
  
= Synopsis =
+
== Synopsis ==
 
<pre>$email</pre>
 
<pre>$email</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 $email</pre>
 
<pre>//echo -a $email</pre>
  
= Compatibility =
+
== Compatibility ==
 
Added: mIRC v5.11
 
Added: mIRC v5.11
  
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]]
 
* [[$host identifier - mIRC|$host]]
 
* [[$host identifier - mIRC|$host]]

Revision as of 15:29, 23 June 2014

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

Synopsis

$email

Switches

None

Example

Echo the email address you provided to the currently active window

//echo -a $email

Compatibility

Added: mIRC v5.11

Added On: 11/09/97

Note: Individual switches were not taken into consideration.

See also