Add doc/nosuchnick.md
This commit is contained in:
parent
e24a33eba6
commit
07c48242d7
1 changed files with 11 additions and 0 deletions
11
doc/nosuchnick.md
Normal file
11
doc/nosuchnick.md
Normal 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
|
||||
```
|
Loading…
Reference in a new issue