aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Czigler <37268479+mcpcpc@users.noreply.github.com>2020-09-22 16:01:38 -0400
committerGitHub <noreply@github.com>2020-09-22 16:01:38 -0400
commitc6754b39b9d35f8213ed5de23f5d57a913befa3d (patch)
tree3d900542fcf0a2891d7a95f8471e2ec3122f7861
parentUpdate README.md (diff)
downloadkirc-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.md5
1 files changed, 3 insertions, 2 deletions
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
<message> Send a message to the current channel.