diff options
author | Michael Czigler <37268479+mcpcpc@users.noreply.github.com> | 2020-09-07 01:35:43 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-07 01:35:43 -0400 |
commit | 56da0afc9ffee1b3b12db301af10b51dea0f7f88 (patch) | |
tree | 3196e6b6e53e7806e7fc32dd548bde4bf12f249e /README | |
parent | Update README (diff) | |
parent | fix multiple bugs from last commit (diff) | |
download | kirc-56da0afc9ffee1b3b12db301af10b51dea0f7f88.tar.gz kirc-56da0afc9ffee1b3b12db301af10b51dea0f7f88.tar.bz2 kirc-56da0afc9ffee1b3b12db301af10b51dea0f7f88.tar.xz kirc-56da0afc9ffee1b3b12db301af10b51dea0f7f88.tar.zst kirc-56da0afc9ffee1b3b12db301af10b51dea0f7f88.zip |
Merge pull request #11 from mcpcpc/0.0.7
0.0.7
Diffstat (limited to '')
-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 |