diff options
author | Michael Czigler <37268479+mcpcpc@users.noreply.github.com> | 2020-09-16 09:45:47 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-16 09:45:47 -0400 |
commit | 114df120158ac42e4861a5960022cf5f155fec82 (patch) | |
tree | 4d445dbcb6cccda2f17a5fa10d039f9f29ef326d | |
parent | Merge pull request #20 from frafra/patch-1 (diff) | |
download | kirc-114df120158ac42e4861a5960022cf5f155fec82.tar.gz kirc-114df120158ac42e4861a5960022cf5f155fec82.tar.bz2 kirc-114df120158ac42e4861a5960022cf5f155fec82.tar.xz kirc-114df120158ac42e4861a5960022cf5f155fec82.tar.zst kirc-114df120158ac42e4861a5960022cf5f155fec82.zip |
Update README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -39,7 +39,7 @@ usage: kirc [-s hostname] [-p port] [-c channel] [-n nick] [-r real name] [-u us * No dependencies other than a [C99 compiler](https://gcc.gnu.org/). * Complies with [RFC 2812](https://tools.ietf.org/html/rfc2812) standard. * Ability to log the entire chat history (see _Usage_ section for more information). -- vi-like command shortcuts: +- Simple command structure: ```shell <message> Send a message to the current channel. |