From WikiChip
Difference between revisions of "mirc/commands/bindip"
m (bot: correcting title) |
m (Bot: de-linking old mIRC menu) |
||
Line 1: | Line 1: | ||
− | {{mirc title|/bindip Command | + | {{mirc title|/bindip Command}} |
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. | 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. | ||
Revision as of 18:09, 15 June 2017
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
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:
See also
mIRC commands list