From WikiChip
Difference between revisions of "mirc/identifiers/$server"
(Created $server identifier - mIRC) |
|||
Line 1: | Line 1: | ||
'''$server''' is used to return the current server connection related to the window that is active when the identifier is accessed. | '''$server''' is used to return the current server connection related to the window that is active when the identifier is accessed. | ||
− | = Synopsis = | + | == Synopsis == |
<pre>$server</pre> | <pre>$server</pre> | ||
− | = Switches = | + | == Switches == |
None | None | ||
− | = Examples = | + | == Examples == |
'''Echo the active connection's server to the active window''' | '''Echo the active connection's server to the active window''' | ||
<pre>//echo -a $server</pre> | <pre>//echo -a $server</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 == |
[[$host identifier - mIRC|$host]] | [[$host identifier - mIRC|$host]] | ||
[[$ip identifier - mIRC|$ip]] | [[$ip identifier - mIRC|$ip]] |
Revision as of 14:25, 23 June 2014
$server is used to return the current server connection related to the window that is active when the identifier is accessed.
Synopsis
$server
Switches
None
Examples
Echo the active connection's server to the active window
//echo -a $server
Compatibility
Added: mIRC v3.5
Added On: 07/08/95