Open Issues Need Help
View All on GitHub Bug: Fix INVITE about 2 months ago
AI Summary: Fix a bug in the IRC7 server's INVITE command handling. The current implementation incorrectly responds with a 401 error ("No such nick/channel") when it should respond with a 461 error ("Not enough parameters") if the command lacks the necessary parameters. This requires modifying the server's code to correctly check for and handle the missing parameters.
Complexity:
3/5
bug good first issue