Project

General

Profile

Disable » History » Revision 7

Revision 6 (Per Amundsen, 12/26/2018 08:53 PM) → Revision 7/8 (Per Amundsen, 12/26/2018 08:53 PM)

_Added in 1.9.0_ 

 */disable <group1 group2 ... groupN>* 

 Disables the specified groups in all scripts. 

 [[Scripting_Wildcards|Wildcards]] is allowed. 

 _See also [[/enable]], [[/enable}}, [[$group]]._ 

 *Paremeters* 

 <group1 group2 ... groupN> - A list of groups to be disabled. 

 *Example* 

 <pre> 
 ; Disable group #one #two #three. 
 /disable #one #two #three 

 ; Disable all groups matching #*o*. 
 /disable #*o* 
 </pre>