From c6754b39b9d35f8213ed5de23f5d57a913befa3d Mon Sep 17 00:00:00 2001 From: Michael Czigler <37268479+mcpcpc@users.noreply.github.com> Date: Tue, 22 Sep 2020 16:01:38 -0400 Subject: add additional feature mentions --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 838a74f..cdc088b 100644 --- a/README.md +++ b/README.md @@ -38,9 +38,10 @@ usage: kirc [-s hostname] [-p port] [-c channel] [-n nick] [-r real name] [-u us ## Features * No dependencies other than a [C99 compiler](https://gcc.gnu.org/). -* Complies with [RFC 2812](https://tools.ietf.org/html/rfc2812) standard. +* Supports IPv4 and IPv6 connections. +* Supports [SASL PLAIN](https://tools.ietf.org/html/rfc4422) authentication. * Ability to log the entire chat history (see _Usage_ section for more information). -* Simple command structure: +* Simple commands and full support for all IRC commands in the [RFC 2812](https://tools.ietf.org/html/rfc2812) standard: ```shell Send a message to the current channel. -- cgit v1.2.3