diff options
author | mcpcpc <michaelczigler@icloud.com> | 2020-09-16 22:35:39 -0400 |
---|---|---|
committer | mcpcpc <michaelczigler@icloud.com> | 2020-09-16 22:35:39 -0400 |
commit | 90c6d716283fb9305426ea04341aa44b1f79f9ac (patch) | |
tree | 37d23cd10bc3f00abb36deca0e5d41f92f17f98b /README.md | |
parent | Update README.md (diff) | |
download | kirc-90c6d716283fb9305426ea04341aa44b1f79f9ac.tar.gz kirc-90c6d716283fb9305426ea04341aa44b1f79f9ac.tar.bz2 kirc-90c6d716283fb9305426ea04341aa44b1f79f9ac.tar.xz kirc-90c6d716283fb9305426ea04341aa44b1f79f9ac.tar.zst kirc-90c6d716283fb9305426ea04341aa44b1f79f9ac.zip |
add '/h' command
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -51,6 +51,7 @@ usage: kirc [-s hostname] [-p port] [-c channel] [-n nick] [-r real name] [-u us /p <channel> Leave (part) a specified channel. /n List all users on the current channel. /q Close the host connection. +/h Print a list of available kirc commands. ``` * 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. |