From WikiChip
mirc/commands/bindip
< mirc‎ | commands
Revision as of 03:03, 1 December 2013 by David (talk | contribs) (Created page with "The '''/bindip command''' sets IP binding on or off. Additionally, an IP address to be used can be specified. When used without parameters mIRC indicates if it's on or off. =...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The /bindip command sets IP binding on or off. Additionally, an IP address to be used can be specified. When used without parameters mIRC indicates if it's on or off.

Synopsis

/bindip <on|off> [ip_address]

Switches

None

Parameters

  • <on|off> - Sets IP binding on or off
  • [ip_address] - IP address to use

Example

;Check if IP binding is on or off
/bindip
 
;Turn binding on, set IP
/bindip on 74.123.54.13
 
;Turn IP binding off
/bindip off

The above example will output:

* Binding is off

* Binding is on (74.123.54.13)

* Binding is off

Compatibility

Added:

Added On:

Note: Individual switches were not taken into consideration.

See also