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

m
m
 
Line 1: Line 1:
{{mirc title|$network identifier}}'''$network''' retrieves the current network name from the IRC server that mIRC is connected to.  
+
{{mirc title|$network identifier}}'''$network''' retrieves the current network name from the IRC server that mIRC is connected to.
  
  
Line 19: Line 19:
 
{{mIRC compatibility|5.5}}
 
{{mIRC compatibility|5.5}}
  
== See Also ==
+
== See also ==
 
* {{mIRC|on connect}}
 
* {{mIRC|on connect}}
 
* {{mIRC|on connectfail}}
 
* {{mIRC|on connectfail}}

Latest revision as of 16:11, 21 September 2017

$network retrieves the current network name from the IRC server that mIRC is connected to.


Synopsis[edit]

$network

Parameters[edit]

None

Examples[edit]

; Create an alias that echos the current
; network to the active window
alias netPlease { echo -a The current network is: $network }

The above command can be used by typing the following into the mIRC command-line:

/netPlease

Compatibility[edit]

Added: mIRC v5.5
Added on: 08 Jan 1999
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.


See also[edit]

[Expand]
v · d · e mIRC identifier list