From WikiChip
mirc/identifiers/$network
< mirc‎ | identifiers
Revision as of 17:54, 24 June 2014 by Zmodem (talk | contribs) (Created $network identifier - mIRC)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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