Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make Init event optional in DSL modules #166

Merged
merged 1 commit into from
Aug 2, 2022

Commits on Aug 2, 2022

  1. Make Init event optional in DSL modules

    Most modules don't need to do anything on Init and the philosophy
    of DSL modules is to avoid mixing protocol logic with boilerplate.
    Hence, it makes sense to avoid writing an empty handler for init
    for each DSL module and just make processing this event optional.
    xosmig committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    9761ad4 View commit details
    Browse the repository at this point in the history