IRC-Documentation/doc/notfound.md

10 lines
332 B
Markdown
Raw Normal View History

2024-12-27 23:14:37 -08:00
[⬅️ Back to `index`](index.md)
2024-12-28 13:14:08 -08:00
# Unknown command
2024-12-27 23:14:37 -08:00
2024-12-28 13:35:07 -08:00
The Unknown Command error (421, ERR_UNKNOWNCOMMAND in [RFC 1459](https://datatracker.ietf.org/doc/html/rfc1459#section-6.1)) is when the server doesn't recognise a command a client sends.
2024-12-27 23:14:37 -08:00
```
↗️ UNKNOWNCMD :something
↙️ :server 421 nick UNKNOWNCMD :Unknown command
```