aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Czigler <37268479+mcpcpc@users.noreply.github.com>2020-09-25 07:32:17 -0400
committerGitHub <noreply@github.com>2020-09-25 07:32:17 -0400
commitc6d6d3d7f5394dd557e3ceffb4b3c7f8eb854932 (patch)
tree1a858b4611345de560e770bbb5ca2f70c10af11b
parentAdd alias PRIVMSG aliased command (diff)
downloadkirc-c6d6d3d7f5394dd557e3ceffb4b3c7f8eb854932.tar.gz
kirc-c6d6d3d7f5394dd557e3ceffb4b3c7f8eb854932.tar.bz2
kirc-c6d6d3d7f5394dd557e3ceffb4b3c7f8eb854932.tar.xz
kirc-c6d6d3d7f5394dd557e3ceffb4b3c7f8eb854932.tar.zst
kirc-c6d6d3d7f5394dd557e3ceffb4b3c7f8eb854932.zip
Update README.md
-rw-r--r--README.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/README.md b/README.md
index 95cd6f8..c4c9cdc 100644
--- a/README.md
+++ b/README.md
@@ -18,10 +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.
+<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
```
* 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.