From WikiChip
Difference between revisions of "mirc/commands/enable"
m (Bot: Adding a template) |
|||
(9 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | The '''/enable command''' enables the specified groups in all scripts. The command also accepts a wildcard value which can be used to enable all matching groups. | + | {{mirc title|/enable Command}} |
+ | The '''/enable command''' enables the specified groups in all scripts. The command also accepts a {{mirc|wildcard}} value which can be used to enable all matching groups. | ||
== Synopsis == | == Synopsis == | ||
Line 10: | Line 11: | ||
== Parameters == | == Parameters == | ||
* '''<group1 group2 ... groupN>''' - a list with the name of the groups to be enabled seperated by spaces | * '''<group1 group2 ... groupN>''' - a list with the name of the groups to be enabled 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 22: | Line 23: | ||
== Compatibility == | == Compatibility == | ||
Added: 3.5 | Added: 3.5 | ||
− | |||
− | |||
− | |||
− | |||
== See also == | == See also == | ||
* [[List of commands - mIRC|List of commands]] | * [[List of commands - mIRC|List of commands]] | ||
* [[List of identifiers - mIRC|List of identifiers]] | * [[List of identifiers - mIRC|List of identifiers]] | ||
− | * | + | * {{mIRC|$group}} |
− | * | + | * {{mIRC|/disable}} |
− | * | + | * {{mIRC|/groups}} |
{{mIRC command list}} | {{mIRC command list}} | ||
− | [[Category: | + | [[Category:mIRC commands|enable command - mIRC]] |
Latest revision as of 13:09, 20 October 2018
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
The /enable command enables the specified groups in all scripts. The command also accepts a wildcard value which can be used to enable all matching groups.
Synopsis[edit]
/enable <group1 group2 ... groupN> /enable <wildcard_expression>
Switches[edit]
None
Parameters[edit]
- <group1 group2 ... groupN> - a list with the name of the groups to be enabled seperated by spaces
- <wildcard_expression - a wildcard expression, all matching groups are disabled
Example[edit]
/enable #one #two #three or /enable #*o*
* Group(s) enabled
First example enables the three groups specified while the second would only enables the first two (#one and #two, assuming that's the only matching groups)
Compatibility[edit]
Added: 3.5
See also[edit]
mIRC commands list