From WikiChip
Difference between revisions of "mirc/commands/bindip"
(→Synopsis) |
|||
Line 2: | Line 2: | ||
== Synopsis == | == Synopsis == | ||
− | /bindip [on [Ip|Adapter] | + | /bindip [on [Ip|Adapter] | off] |
− | |||
== Switches == | == Switches == |
Revision as of 13:47, 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] | 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.