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

m
Line 1: Line 1:
 
'''$host''' returns your local host name.
 
'''$host''' returns your local host name.
  
= Synopsis =
+
== Synopsis ==
 
<pre>$host</pre>
 
<pre>$host</pre>
  
= Switches =
+
== Switches ==
 
None
 
None
  
= Example =
+
== Example ==
 
'''Echo your local host name to the active window'''
 
'''Echo your local host name to the active window'''
 
<pre>//echo -a $host</pre>
 
<pre>//echo -a $host</pre>
  
= Compatibility =
+
== Compatibility ==
 
Added: mIRC v3.5
 
Added: mIRC v3.5
  
 
Added On: 07/08/95
 
Added On: 07/08/95
  
= See also =
+
== See also ==
 
* [[$anick identifier - mIRC|$anick]]
 
* [[$anick identifier - mIRC|$anick]]
 
* [[$email identifier - mIRC|$email]]
 
* [[$email identifier - mIRC|$email]]
Line 22: Line 22:
 
* [[$me identifier - mIRC|$me]]
 
* [[$me identifier - mIRC|$me]]
 
* [[$server identifier - mIRC|$server]]
 
* [[$server identifier - mIRC|$server]]
 
[[Category:mIRC identifiers]]
 

Revision as of 15:26, 23 June 2014

$host returns your local host name.

Synopsis

$host

Switches

None

Example

Echo your local host name to the active window

//echo -a $host

Compatibility

Added: mIRC v3.5

Added On: 07/08/95

See also