Disable » History » Version 8
Per Amundsen, 02/16/2023 12:14 PM
| 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 | 7 | Per Amundsen | _See also [[/enable]], [[$group]]._ |
| 10 | 6 | Per Amundsen | |
| 11 | 8 | Per Amundsen | *Parameters* |
| 12 | 1 | Per Amundsen | |
| 13 | 8 | Per Amundsen | table(ktable). |
| 14 | |*Parameter*|*Description*| |
||
| 15 | | <group1 group2 ... groupN> | A list of groups to be disabled. | |
||
| 16 | 1 | Per Amundsen | |
| 17 | *Example* |
||
| 18 | |||
| 19 | <pre> |
||
| 20 | 5 | Per Amundsen | ; Disable group #one #two #three. |
| 21 | 1 | Per Amundsen | /disable #one #two #three |
| 22 | |||
| 23 | 5 | Per Amundsen | ; Disable all groups matching #*o*. |
| 24 | 1 | Per Amundsen | /disable #*o* |
| 25 | </pre> |