diff options
author | Michael Czigler <37268479+mcpcpc@users.noreply.github.com> | 2020-09-22 21:40:59 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-22 21:40:59 -0400 |
commit | db8f0f4a546836be1f5478162c46fc53ab449a76 (patch) | |
tree | 007d20be6ebf241d42167a1e9d6b6211402b5b7b | |
parent | Update README.md (diff) | |
download | kirc-db8f0f4a546836be1f5478162c46fc53ab449a76.tar.gz kirc-db8f0f4a546836be1f5478162c46fc53ab449a76.tar.bz2 kirc-db8f0f4a546836be1f5478162c46fc53ab449a76.tar.xz kirc-db8f0f4a546836be1f5478162c46fc53ab449a76.tar.zst kirc-db8f0f4a546836be1f5478162c46fc53ab449a76.zip |
Update README.md
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -45,10 +45,10 @@ usage: kirc [-s hostname] [-p port] [-c channel] [-n nick] [-r real name] [-u us * Simple commands and full support for all IRC commands in the [RFC 2812](https://tools.ietf.org/html/rfc2812) standard: ```shell -<message> Send a PRIVMSG to the current channel. -/<command> Send command to IRC server (see RFC 2812 for full list). -/#<channel> Assign new default message channel. -/? Print current message channel. +<message> Send a PRIVMSG to the current channel. +/<command> Send command to IRC server (see RFC 2812 for full list). +/#<channel> Assign new default message channel. +/? Print current message channel. ``` * Color scheme definition via [ANSI 8-bit colors](https://en.wikipedia.org/wiki/ANSI_escape_code). Therefore, one could theoretically achieve uniform color definition across all shell applications and tools. |