From WikiChip
$portfree Identifier - mIRC
< mirc‎ | identifiers
Revision as of 16:38, 3 November 2017 by Ouims (talk | contribs) (Created page with "{{mirc title|$portfree Identifier}}'''$portfree''' returns $true if the specified port is free, $false otherwise == Synopsis == <pre>$portfree(N,[ipaddress])</pre> == Param...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

$portfree returns $true if the specified port is free, $false otherwise


Synopsis

$portfree(N,[ipaddress])

Parameters

  • N - The port number
  • ipaddress - if you specify an ip address (can also be an adapter name), only the interface with that ip address is checked for used ports.

Properties

None

Example

//echo -a $portfree(6667)

Compatibility

Added: mIRC v5.3
Added on: 13 Dec 1997
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.


See Also