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

Fix segmentation fault when using the match option "extraPairs" #777

Closed

Commits on Mar 22, 2023

  1. Fix segmentation fault when using the match option "extraPairs"

    The option "extraPairs" does not initialize the bots found in the pairs,
    because they are excluded by the "includeBots" command.  This duplicates
    some parsing logic, which might be better consolidated elsewhere, but
    rather than making that call, I just copy pasted the code.
    OmnipotentEntity committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    aeed45f View commit details
    Browse the repository at this point in the history