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

Clear existing IRC event handlers before connecting to new ones #2138

Merged
merged 1 commit into from
May 23, 2024

Commits on Apr 27, 2024

  1. Clear existing IRC event handlers before connecting to new ones

    Clear IRC event handlers that we will be registering for the new
    connection before registering new handlers. This prevents duplicate
    event handlers in the case where we are connecting via a BNC and are
    seeing a reconnect. Attempting to clear handlers when none have been set
    is a no-op.
    
    Fixes 42wim#1564
    Co-authored-by: Andreas Vögele <[email protected]>
    bd808 committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    59a09e1 View commit details
    Browse the repository at this point in the history