Unnecessary case sensitivity in channel names #7

Closed
opened 2025-08-16 18:26:12 -07:00 by swee · 1 comment
Owner

Some items such as channel names have case sensitivity where it’s not supposed to. which can cause confusion. (especially in clients)

Possible fix: Make a dictionary with lowercase channel names with keys of the regular channel names (if they do have capital letters). Just like the nicknames list does.

Some items such as channel names have case sensitivity where it’s not supposed to. which can cause confusion. (especially in clients) Possible fix: Make a dictionary with lowercase channel names with keys of the regular channel names (if they do have capital letters). Just like the nicknames list does.
Author
Owner

This bug has been fixed in the following commits:

This bug has been fixed in the following commits: - fb511d28f8 - b115f50542
swee closed this issue 2025-08-16 18:27:03 -07:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: swee/IRCat#7
No description provided.