Skip to content
Justin Schwartz edited this page Jun 27, 2020 · 4 revisions

module

  • ACE Directive*

Defines the name of the module. There must be a $#module directive on the first line of an ACE module, and there may only be one $#module directive in the module.

Valid Syntax

  • $#module name

Parameters

name

the name of the module. this will appear in log entries generated by the module, and also create a constant MODULE_NAME. must use alphanumeric characters and _ only.

Clone this wiki locally