-
Notifications
You must be signed in to change notification settings - Fork 0
module
Justin Schwartz edited this page Jun 27, 2020
·
4 revisions
- 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.
- $#module 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.