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

Support invite-notify CAP #2637

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Support invite-notify CAP #2637

wants to merge 2 commits into from

Commits on Dec 1, 2023

  1. coretasks: support invite-notify CAP / INVITE event

    Sopel does nothing with this beyond emitting an INFO-level log event,
    but plugins might do something more interesting with these.
    dgw committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    fd72b47 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. admin: auto-accept should ignore invites not meant for Sopel

    Enabling the `invite-notify` CAP means that the INVITE verb can contain
    other nicks, not only Sopel's. The `admin` plugin has to ignore these.
    
    As a small side project, this also adds test cases for the auto-accept
    feature. `test_invite_accept_not_us` fails prior to the associated patch
    for `sopel/builtins/admin.py`, because the bot blindly joins `#boudoir`
    even though `Anne` was the one invited, not TestBot.
    dgw committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    ea53f90 View commit details
    Browse the repository at this point in the history