Add doc/notfound.md

This commit is contained in:
Nova Cat 2024-12-27 23:14:37 -08:00
parent 67b38e8b52
commit ccd4554a2c

11
doc/notfound.md Normal file
View 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
```