IRC-Documentation/doc/notfound.md

11 lines
328 B
Markdown
Raw Normal View History

2024-12-27 23:14:37 -08:00
[⬅️ Back to `index`](index.md)
# Not Found
2024-12-28 12:51:51 -08:00
The Not Found reply (421, ERR_UNKNOWNCOMMAND in RFC 1459) is when the server doesn't recognise a command a client sends.
2024-12-27 23:14:37 -08:00
Say the person executing the unknown command has the nickname `nick`
```
↗️ UNKNOWNCMD :something
↙️ :server 421 nick UNKNOWNCMD :Unknown command
```