Project

General

Profile

Disable » History » Version 4

Per Amundsen, 05/24/2018 10:18 AM

1 3 Per Amundsen
_Added in 1.9.0_
2
3 1 Per Amundsen
*/disable <group1 group2 ... groupN>*
4
5
Disables the specified groups in all scripts.
6
7 4 Per Amundsen
[[Scripting_Wildcards|Wildcards]] is allowed.
8 1 Per Amundsen
9
*Paremeters*
10
11
<group1 group2 ... groupN> - A list of groups to be disabled.
12
13
*Example*
14
15
<pre>
16 2 Per Amundsen
;Disable group #one #two #three.
17 1 Per Amundsen
/disable #one #two #three
18
19 2 Per Amundsen
;Disable all groups matching #*o*.
20 1 Per Amundsen
/disable #*o*
21
</pre>