From WikiChip
Difference between revisions of "mirc/commands/bindip"
m (PatrolBot moved page /bindip command - mIRC to mirc/commands/bindip: per new naming convention) |
m (bot: correcting title) |
||
Line 1: | Line 1: | ||
− | {{mIRC menu}} | + | {{mirc title|/bindip Command}}{{mIRC menu}} |
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 03:58, 4 January 2015
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
Template:mIRC menu 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