Add doc/nosuchnick.md

This commit is contained in:
Nova Cat 2024-12-28 13:13:58 -08:00
parent e24a33eba6
commit 07c48242d7

11
doc/nosuchnick.md Normal file
View file

@ -0,0 +1,11 @@
[⬅️ Back to `index`](index.md)
# No Such Nick/Channel
The No Such Nick/Channel (401, ERR_NOSUCHNICK in RFC 1459) is when the client tries to send a message or alter (the modes) of a user or channel that doesn't exist.
```
↙️ :foo!ident@host QUIT :foo
↗️ PRIVMSG foo :This is a very cool message
↙️ :server 401 nick foo :No such nick/channel
```