From 1010b90882d52084f3d26e0a7d6070ee2539d5c1 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Sun, 20 Dec 2015 00:01:37 +0100 Subject: [PATCH] Add a paragraph in the README about what irctest is not. --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6274f8f..75af7c5 100644 --- a/README.md +++ b/README.md @@ -60,4 +60,12 @@ make -j 4 make install python3 -m irctest irctest.controllers.inspircd ``` -``` + +## What `irctest` is not + +A formal proof that a given software follows any of the IRC specification, +or anything near that. + +At best, `irctest` can help you find issues in your software, but it may +still have false positives (because it does not implement itself a +full-featured client/server, so it supports only “usual” behavior).