taiscremaschi / 42_Irc

2 stars 2 forks source link

MODE +i with wrong message #46

Closed paulasbia closed 3 months ago

paulasbia commented 3 months ago

Context

When we change a group with +i (invite only), the message received by a client trying to join is wrong

image

Pac4games commented 3 months ago

I am not sure if I understand what the issue is here. On my end, I performed the following tests, compared them to another IRC server, and got similar results.

image

Pac4games commented 3 months ago

I have now understood the issue. Please refer to the following HexChat screenshot, as the issue becomes more visible:

image

The error message says that the channel requires a keyword to join, which is not the case. Instead, the reason why the client on the left cannot join is because it's an invite only channel and it has not been invited. It will be updated to display the proper message.