brandly / brandly/Lax

handle ERR_NOSUCHNICK when /msg-ing someone that doesn't exist

Open
#20 0 comments 0 reactions 0 assignees View on GitHub
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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.