Skip to content
This repository was archived by the owner on Aug 9, 2025. It is now read-only.

Fix IRC username case sensitivity #63

@cg505

Description

@cg505

IRC usernames are not case sensitive, but in some cases, we assume they are. For instance, IRCBot.irc_users is a map from strings to IRCUsers,
where the keys are usernames. (example misuse) This cases an unhandled exception when you send the DM "Cooperc: test" to irc-bridge from slack.

We should look through the code and make sure we haven't made this mistake in other places as well.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions