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

(Created $network identifier - mIRC)
 
m
Line 26: Line 26:
 
* [[$server identifier - mIRC|$server]]
 
* [[$server identifier - mIRC|$server]]
  
[[Category:mIRC on events]]
+
[[Category:mIRC identifiers]]

Revision as of 17:57, 24 June 2014

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

Synopsis

$network

Parameters

None

Examples

; 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

Added: mIRC v5.5

Added On: 08/01/99

See Also