_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]]._ *Parameters* table(ktable). |*Parameter*|*Description*| | <group1 group2 ... groupN> | A list of groups to be disabled. | *Example*
; Disable group #one #two #three.
/disable #one #two #three

; Disable all groups matching #*o*.
/disable #*o*