mirror of
https://github.com/mailscope/kumomta.git
synced 2026-09-06 18:48:57 +00:00
350 B
350 B
kumo.on('pre_init', FUNCTION)
{{since('dev')}}
The pre_init event is triggered once when the kumod process initializes,
prior to triggering the init event.
pre_init can be registered multiple times.
The intended purpose of this event is to be used by lua helper modules to aid in building up optional modular functionality.