diff options
author | Michael Czigler <37268479+mcpcpc@users.noreply.github.com> | 2020-10-12 11:32:31 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-12 11:32:31 -0400 |
commit | 99ced6223e0b4b57160092d5363a45808712299e (patch) | |
tree | fec760fb9f6b688af359b36e5b4cca2e229d025e /README | |
parent | 0.1.5 (#60) (diff) | |
download | kirc-99ced6223e0b4b57160092d5363a45808712299e.tar.gz kirc-99ced6223e0b4b57160092d5363a45808712299e.tar.bz2 kirc-99ced6223e0b4b57160092d5363a45808712299e.tar.xz kirc-99ced6223e0b4b57160092d5363a45808712299e.tar.zst kirc-99ced6223e0b4b57160092d5363a45808712299e.zip |
Update README
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -24,14 +24,14 @@ ## Features -* Excellent cross-platform compatibility (due to POSIX standard compliance). +* Excellent cross-platform compatibility. * No dependencies other than a C99 compiler. * Native SASL PLAIN and EXTERNAL authentication support. * TLS/SSL protocol capable (via external TLS utilities). * Full chat history logging. * Multi-channel joining at server connection. * Simple command aliases and full support for all RFC 2812 commands. -* Color scheme definition via ANSI 8-bit colors, allowing for uniform color definition across all shell applications. +* Easy color scheme definition via ANSI 8-bit colors. ## Installation & Usage |