11 lines
296 B
Markdown
11 lines
296 B
Markdown
|
[⬅️ 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
|
||
|
```
|