From WikiChip
Difference between revisions of "mirc/commands/bindip"
m (→Compatibility: Command added in 6.17) |
m (→Parameters: Correct typo) |
||
Line 10: | Line 10: | ||
== Parameters == | == Parameters == | ||
* '''[on]''' - Sets IP binding on, if [Ip/Adapter] is given, it binds to that Ip/Adapter. | * '''[on]''' - Sets IP binding on, if [Ip/Adapter] is given, it binds to that Ip/Adapter. | ||
− | * '''[off]''' - Sets the IP | + | * '''[off]''' - Sets the IP binding off. |
== Example == | == Example == |
Latest revision as of 17:10, 17 February 2024
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[edit]
/bindip [on [Ip|Adapter] | off]
Switches[edit]
None
Parameters[edit]
- [on] - Sets IP binding on, if [Ip/Adapter] is given, it binds to that Ip/Adapter.
- [off] - Sets the IP binding off.
Example[edit]
;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[edit]
Added: 6.17
See also[edit]
mIRC commands list