aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authormcpcpc <michaelczigler@icloud.com>2020-09-22 21:31:10 -0400
committermcpcpc <michaelczigler@icloud.com>2020-09-22 21:31:10 -0400
commit87a59b5ae3f370cb331d3f792a48cbf6baeff082 (patch)
tree562113ae523924a78fff1ec0b98ad275d8a422d0 /README.md
parentUpdate README.md (diff)
downloadkirc-87a59b5ae3f370cb331d3f792a48cbf6baeff082.tar.gz
kirc-87a59b5ae3f370cb331d3f792a48cbf6baeff082.tar.bz2
kirc-87a59b5ae3f370cb331d3f792a48cbf6baeff082.tar.xz
kirc-87a59b5ae3f370cb331d3f792a48cbf6baeff082.tar.zst
kirc-87a59b5ae3f370cb331d3f792a48cbf6baeff082.zip
simplified commands
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 4 insertions, 11 deletions
diff --git a/README.md b/README.md
index a08ee87..2ec5d2a 100644
--- a/README.md
+++ b/README.md
@@ -45,17 +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 message to the current channel.
-/m <nick|channel> <message> Send a message to a specified channel or nick.
-/M <message> Send a message to NickServ.
-/Q <message> Send a message and close the host connection.
-/x <message> Send a message directly to the server.
-/j <channel> Join a specified channel.
-/p <channel> Leave (part) a specified channel.
-/u <channel> Assign new default message channel.
-/n List all users on the current channel.
-/q Close the host connection.
-/h Print a list of available kirc commands.
+<message> Send a PRIVMSG to the current channel.
+/<command> Send command to IRC server.
+/#<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.