From c98e98cc27c7c6605343cb639f82fea2b6a70e7d Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Sun, 3 Aug 2025 08:29:10 +0200 Subject: [PATCH] Remove 'Work in Progress' admonition The spec is more accurate than the RFCs and covers about all the relevant aspects they do, so I don't think it is warranted anymore. The disclaimer at the top still mentions readers can open issues if they find inaccuracies or oversights. --- index.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/index.md b/index.md index 668493d..f6062d1 100644 --- a/index.md +++ b/index.md @@ -32,11 +32,6 @@ toc: true

If something written in here isn't correct for or interoperable with an IRC server / network you know of, please open an issue or contact me.

-
-

NOTE: This is a WORK IN PROGRESS. All major points of the protocol are covered, but some common message and mode types are missing.

-

You can contribute by sending pull requests to our GitHub repository!

-
- ---