Disable » History » Revision 6
Revision 5 (Per Amundsen, 12/26/2018 08:53 PM) → Revision 6/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}}, [[$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>