handle ERR_NOSUCHNICK when /msg-ing someone that doesn't exist
Open
- Dominant language
- JavaScript
- Stars
- 137
- Forks
- 23
- PR merge metrics
- No merged PRs in 30d
Description
```
> /msg fakename hi hello there
{cmd: "ERR_NOSUCHNICK", message: "No such nick or channel name"}
```
we receive that error but the app doesn't do anything with it. it should remove that entry from the convo list and message you about it.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by tracing where ERR_NOSUCHNICK responses are handled and where the conversation list is updated. Confirm the existing notification path for server errors. Done means the nonexistent nick is removed from the conversation list and the user is informed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- electron, javascript, react, redux
- Domain
- desktop, frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100