_Added in 1.9.0_ */enable <group1 group2 ... groupN>* Enables the specified groups in all scripts. [[Scripting_Wildcards|Wildcards]] is allowed. _See also [[/disable]], [[$group]]._ *Parameters* table(ktable). |*Parameter*|*Description*| | <group1 group2 ... groupN> | A list of groups to be disabled. | *Example*
; Enable group #one #two #three.
/enable #one #two #three

; Enable all groups matching #*o*.
/enable #*o*