From WikiChip
Difference between revisions of "mirc/commands/bindip"
< mirc‎ | commands

(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. =...")
 
Line 1: Line 1:
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.
+
The '''/bindip command''' sets IP binding on or off. Additionally, an IP address or an adapter name to be used can be specified. When used without parameters mIRC indicates if it's on or off.
  
 
== Synopsis ==
 
== Synopsis ==
  /bindip <on|off> [ip_address]
+
  /bindip [on [Ip|Adapter]]
 +
/bindip [off]
  
 
== Switches ==
 
== Switches ==
Line 8: Line 9:
  
 
== Parameters ==
 
== Parameters ==
* '''<on|off>''' - Sets IP binding on or off
+
* '''[on]''' - Sets IP binding on, if [Ip/Adapter] is given, it binds to that Ip/Adapter
* '''[ip_address]''' - IP address to use
+
* '''[off]''' - Sets the IP binfing off
  
 
== Example ==
 
== Example ==

Revision as of 13:52, 22 December 2013

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

Synopsis

/bindip [on [Ip|Adapter]]
/bindip [off]

Switches

None

Parameters

  • [on] - Sets IP binding on, if [Ip/Adapter] is given, it binds to that Ip/Adapter
  • [off] - Sets the IP binfing off

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