From WikiChip
mirc/commands/disable
< mirc‎ | commands
Revision as of 21:40, 2 December 2013 by David (talk | contribs) (Created page with "The '''/disable command''' disables the specified groups in all scripts. You can also specify a wildcard to disable all matching groups. == Synopsis == /disable <group1 grou...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The /disable command disables the specified groups in all scripts. You can also specify a wildcard to disable all matching groups.

Synopsis

/disable <group1 group2 ... groupN>

Switches

None

Parameters

  • <group1 group2 ... groupN> - either a list with the name of the groups to be disabled seperated by spaces, or a wildcard expression

Example

/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

Added: mIRC v3.5

Added On: 07/08/95

Note: Individual switches were not taken into consideration.

See also