-
WikiChip
WikiChip
-
Architectures
Popular x86
-
Intel
- Client
- Server
- Big Cores
- Small Cores
-
AMD
Popular ARM
-
ARM
- Server
- Big
- Little
-
Cavium
-
Samsung
-
-
Chips
Popular Families
-
Ampere
-
Apple
-
Cavium
-
HiSilicon
-
MediaTek
-
NXP
-
Qualcomm
-
Renesas
-
Samsung
-
From WikiChip
mirc/commands/bindip
< mirc | commands
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.