mirror of
https://github.com/mailscope/kumomta.git
synced 2026-08-20 11:28:17 +00:00
bfe1d5f94b
The content here needs to be fleshed out some more, but this commit is intended to get the skeleton in place.
302 B
302 B
kumo.on(EVENT, FUNCTION)
Register a handler for a named event.
EVENT can be any string, and FUNCTION can be any lua function or closure.
Only the most recently registered function for a given event will be used.
The possible events are listed in the events reference.