Add doc/notfound.md
This commit is contained in:
parent
67b38e8b52
commit
ccd4554a2c
1 changed files with 11 additions and 0 deletions
11
doc/notfound.md
Normal file
11
doc/notfound.md
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
[⬅️ Back to `index`](index.md)
|
||||||
|
|
||||||
|
# Not Found
|
||||||
|
|
||||||
|
The Not Found reply (421) is when the server doesn't recognise a command a client sends.
|
||||||
|
|
||||||
|
Say the person executing the unknown command has the nickname `nick`
|
||||||
|
```
|
||||||
|
↗️ UNKNOWNCMD :something
|
||||||
|
↙️ :server 421 nick UNKNOWNCMD :Unknown command
|
||||||
|
```
|
Loading…
Reference in a new issue