From WikiChip
Difference between revisions of "mirc/commands/disable"
m (Bot: Automated text replacement (-<small>Note: Individual switches were not taken into consideration.</small> +)) |
|||
(7 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | The '''/disable command''' disables the specified groups in all scripts. You can also specify a wildcard to disable all matching groups. | + | {{mirc title|/disable Command}} |
+ | The '''/disable command''' disables the specified groups in all scripts. You can also specify a {{mirc|wildcard}} to disable all matching groups. | ||
== Synopsis == | == Synopsis == | ||
Line 10: | Line 11: | ||
== Parameters == | == Parameters == | ||
* '''<group1 group2 ... groupN>''' - a list with complete name of the groups to be disabled seperated by spaces | * '''<group1 group2 ... groupN>''' - a list with complete name of the groups to be disabled seperated by spaces | ||
− | * '''<wildcard_expression>''' - a wildcard expression, all matching groups are disabled | + | * '''<wildcard_expression>''' - a {{mirc|wildcard}} expression, all matching groups are disabled |
== Example == | == Example == | ||
Line 23: | Line 24: | ||
== Compatibility == | == Compatibility == | ||
− | + | {{mIRC compatibility|3.5}} | |
− | |||
− | |||
− | |||
− | |||
== See also == | == See also == | ||
Line 37: | Line 34: | ||
{{mIRC command list}} | {{mIRC command list}} | ||
− | [[Category: | + | [[Category:mIRC commands|disable command - mIRC]] |
Latest revision as of 13:08, 20 October 2018
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
The /disable command disables the specified groups in all scripts. You can also specify a wildcard to disable all matching groups.
Synopsis[edit]
/disable <group1 group2 ... groupN> /disable <wilcard_expression>
Switches[edit]
None
Parameters[edit]
- <group1 group2 ... groupN> - a list with complete name of the groups to be disabled seperated by spaces
- <wildcard_expression> - a wildcard expression, all matching groups are disabled
Example[edit]
/disable #one #two #three or /disable #*o*
* Group(s) disabled
First example disables the three groups specified while the second would only disables the first two (#one and #two, assuming that's the only matching groups)
Compatibility[edit]
Added: mIRC v3.5
Added on: 07 Aug 1995
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.
See also[edit]
mIRC commands list