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

Add users to userlist on PRIVMSG event #646

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Nov 10, 2024

  1. Add users to userlist on PRIVMSG event

    A certain irc server doesn't respond to WHO properly, and we might have missed
    the join. This means that we might never actually know that that user is in the
    channel even if they are sending messages.
    
    The best fix I could come up with client-side for this is to just add the user
    to the channel's userlist on a PRIVMSG event.
    voidlily committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    7be9d3c View commit details
    Browse the repository at this point in the history