From WikiChip
Difference between revisions of "mirc/commands/enable"
< mirc‎ | commands

(Created page with "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 ...")
 
(Synopsis)
Line 2: Line 2:
  
 
== Synopsis ==
 
== Synopsis ==
  /enable <group1 group2 ... groupN>  
+
  /enable <group1 group2 ... groupN>
 +
/enable <wildcard_expression>
  
 
== Switches ==
 
== Switches ==

Revision as of 19:38, 22 December 2013

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> - either a list with the name of the groups to be enabled seperated by spaces, or a wildcard expression

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

Added On: 07/08/95

Note: Individual switches were not taken into consideration.

See also