You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.