From WikiChip
Difference between revisions of "mirc/commands/bindip"
m (Bot: de-linking old mIRC menu) |
m (→Compatibility: Command added in 6.17) |
||
Line 31: | Line 31: | ||
== Compatibility == | == Compatibility == | ||
− | Added: | + | Added: 6.17 |
== See also == | == See also == |
Revision as of 09:13, 17 July 2022
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: 6.17
See also
mIRC commands list