From WikiChip
Difference between revisions of "mirc/commands/enable"
m (PatrolBot moved page /enable command - mIRC to mirc/commands/enable: per new naming convention) |
m (bot: correcting title) |
||
Line 1: | Line 1: | ||
− | {{mIRC menu}} | + | {{mirc title|/enable Command}}{{mIRC menu}} |
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. | 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. | ||
Revision as of 04:11, 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 /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
/enable <group1 group2 ... groupN> /enable <wildcard_expression>
Switches
None
Parameters
- <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
/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
Added: 3.5
See also
mIRC commands list