IRC-Documentation/doc/nosuchnick.md

11 lines
430 B
Markdown
Raw Permalink Normal View History

2024-12-28 13:13:58 -08:00
[⬅️ Back to `index`](index.md)
# No Such Nick/Channel
2024-12-28 13:34:52 -08:00
The No Such Nick/Channel error (401, ERR_NOSUCHNICK in [RFC 1459](https://datatracker.ietf.org/doc/html/rfc1459#section-6.1)) is when the client tries to send a message or alter (the modes) of a user or channel that doesn't exist.
2024-12-28 13:13:58 -08:00
```
↙️ :foo!ident@host QUIT :foo
↗️ PRIVMSG foo :This is a very cool message
↙️ :server 401 nick foo :No such nick/channel
```