diff options
author | Michael Czigler <37268479+mcpcpc@users.noreply.github.com> | 2020-09-22 16:01:38 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-22 16:01:38 -0400 |
commit | c6754b39b9d35f8213ed5de23f5d57a913befa3d (patch) | |
tree | 3d900542fcf0a2891d7a95f8471e2ec3122f7861 | |
parent | Update README.md (diff) | |
download | kirc-c6754b39b9d35f8213ed5de23f5d57a913befa3d.tar.gz kirc-c6754b39b9d35f8213ed5de23f5d57a913befa3d.tar.bz2 kirc-c6754b39b9d35f8213ed5de23f5d57a913befa3d.tar.xz kirc-c6754b39b9d35f8213ed5de23f5d57a913befa3d.tar.zst kirc-c6754b39b9d35f8213ed5de23f5d57a913befa3d.zip |
add additional feature mentions
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 <message> Send a message to the current channel. |