diff options
author | Michael Czigler <mcpcpc@users.noreply.github.com> | 2020-09-07 01:19:21 -0400 |
---|---|---|
committer | Michael Czigler <mcpcpc@users.noreply.github.com> | 2020-09-07 01:19:21 -0400 |
commit | 3f33290b17cd80fadf4962fea132d836ce8c0e8b (patch) | |
tree | 5f4b3db79c945e15b9051b8a399c3bebee049437 /README | |
parent | Update README (diff) | |
download | kirc-3f33290b17cd80fadf4962fea132d836ce8c0e8b.tar.gz kirc-3f33290b17cd80fadf4962fea132d836ce8c0e8b.tar.bz2 kirc-3f33290b17cd80fadf4962fea132d836ce8c0e8b.tar.xz kirc-3f33290b17cd80fadf4962fea132d836ce8c0e8b.tar.zst kirc-3f33290b17cd80fadf4962fea132d836ce8c0e8b.zip |
bump version and shorten commands
Diffstat (limited to 'README')
-rw-r--r-- | README | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -33,13 +33,13 @@ FEATURES - automatic host PING response. - vi-like shortcuts: - :m <message> send a message to the current channel - :M <nick|channel> <message> send a message to a specified nick or channel - :n <message> send a message to NickServ - :j <channel> join a specified channel - :p <channel> leave a specified channel - :Q <message> send a message and close the host connection - :q close the host connection + <message> send a message to the current channel + /m <nick|channel> <message> send a message to a specified nick or channel + /n <message> send a message to NickServ + /j <channel> join a specified channel + /p <channel> leave (part) a specified channel + /Q <message> send a message and close the host connection + /q close the host connection - automatic word wrapping using the greedy algorithm. - color scheme definition via ANSI 8-bit colors [1]. Therefore, one could |