From c1bf76df1922acf78694293a4a15f31d575c923c Mon Sep 17 00:00:00 2001 From: "Tristan B. Velloza Kildaire" Date: Thu, 16 Mar 2023 13:03:16 +0200 Subject: [PATCH] Updated IRC compatibility information --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ed07c15..83dedb5 100644 --- a/README.md +++ b/README.md @@ -40,8 +40,10 @@ You can take a look at the `Client` API documentation on [DUB](https://birchwood ## Compatibiloty -- [ ] rfc1459 - * Should be more or less stable in supporting this standard +- [x] [rfc1459](https://www.rfc-editor.org/rfc/rfc1459) + * Supports all the numeric codes +- [x] [rfc2812](https://www.rfc-editor.org/rfc/rfc2812) + * Supports all the numeric codes More standards will be added within the next month or so, mostly relating to new response codes that just need to be added.