Disable » History » Revision 2
Revision 1 (Per Amundsen, 02/09/2014 06:46 PM) → Revision 2/8 (Per Amundsen, 02/09/2014 06:49 PM)
*/disable <group1 group2 ... groupN>* Disables the specified groups in all scripts. Wildcard is allowed. *Paremeters* <group1 group2 ... groupN> - A list of groups to be disabled. *Example* <pre> ;Disable group #one #two #three. #three /disable #one #two #three ;Disable all groups matching #*o*. #*o* /disable #*o* </pre>