diff options
author | Michael Czigler <37268479+mcpcpc@users.noreply.github.com> | 2020-09-25 09:04:26 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-25 09:04:26 -0400 |
commit | 3da949a3a808f3a70ea589e4704849a1400a69a9 (patch) | |
tree | b799918799067f4e0b93e8a45a4bbabb73524924 | |
parent | remove leader command character for PRIVMSGs (diff) | |
download | kirc-3da949a3a808f3a70ea589e4704849a1400a69a9.tar.gz kirc-3da949a3a808f3a70ea589e4704849a1400a69a9.tar.bz2 kirc-3da949a3a808f3a70ea589e4704849a1400a69a9.tar.xz kirc-3da949a3a808f3a70ea589e4704849a1400a69a9.tar.zst kirc-3da949a3a808f3a70ea589e4704849a1400a69a9.zip |
Update README.md
-rw-r--r-- | README.md | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -18,11 +18,11 @@ * Simple shortcut 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. -/@<channel|nick> <message> Send a message to a specified channel or nick +<message> Send a PRIVMSG to the current channel. +@<channel|nick> <message> Send a message to a specified channel or nick +/<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. |