From 07c48242d733a5bcd095b1eaa032395ac68fe008 Mon Sep 17 00:00:00 2001 From: swee Date: Sat, 28 Dec 2024 13:13:58 -0800 Subject: [PATCH] Add doc/nosuchnick.md --- doc/nosuchnick.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 doc/nosuchnick.md diff --git a/doc/nosuchnick.md b/doc/nosuchnick.md new file mode 100644 index 0000000..9713607 --- /dev/null +++ b/doc/nosuchnick.md @@ -0,0 +1,11 @@ +[⬅️ Back to `index`](index.md) + +# No Such Nick/Channel + +The No Such Nick/Channel (401, ERR_NOSUCHNICK in RFC 1459) is when the client tries to send a message or alter (the modes) of a user or channel that doesn't exist. + +``` +↙️ :foo!ident@host QUIT :foo +↗️ PRIVMSG foo :This is a very cool message +↙️ :server 401 nick foo :No such nick/channel +``` \ No newline at end of file