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 /who handling #4547

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

Add /who handling #4547

wants to merge 2 commits into from

Commits on Sep 8, 2022

  1. Add /who handling

    irc-framework sends the WHOX cuhsnfdaor flags and doesn't support receiving others, so we manually remove parameters the user doesn't request.
    
    I also added an uncaught exception handler on the server to stop a subset of crashes. The problem is people won't look at their server logs often, but bookworm and I agreed that's better than crashing. When we add an admin role we can report it to them.
    
    https://ircv3.net/specs/extensions/whox
    
    ref kiwiirc/irc-framework#331
    MaxLeiter committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    96d96d1 View commit details
    Browse the repository at this point in the history
  2. Remove unnecessary switch

    MaxLeiter committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    edbc999 View commit details
    Browse the repository at this point in the history