diff options
author | Michael Czigler <37268479+mcpcpc@users.noreply.github.com> | 2020-10-15 10:09:58 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-15 10:09:58 -0400 |
commit | 48dfc3e8dd4d036e410919cacecff817f3e1205f (patch) | |
tree | 9d6d3c23a07dd44b1d1feddadcab6fc2a7009ed6 /README | |
parent | Update README (diff) | |
download | kirc-48dfc3e8dd4d036e410919cacecff817f3e1205f.tar.gz kirc-48dfc3e8dd4d036e410919cacecff817f3e1205f.tar.bz2 kirc-48dfc3e8dd4d036e410919cacecff817f3e1205f.tar.xz kirc-48dfc3e8dd4d036e410919cacecff817f3e1205f.tar.zst kirc-48dfc3e8dd4d036e410919cacecff817f3e1205f.zip |
0.1.6 (#63)
* add in comments and prompt char
* bump version
* remove fd arguments in edit()
* change promptc to chan_default
* add user input channel indicator
* remove /? command
* change 200 to CHA_MAX
* remove comments
* allow escape codes in prompt
* add braces around prompt channel
* remove /? from docs
Diffstat (limited to 'README')
-rw-r--r-- | README | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -74,7 +74,6 @@ kirc [-s hostname] [-p port] [-c channels] [-n nickname] [-r realname] [-u usern @<channel|nick> <message> Send a message to a specified channel or nick /<command> Send command to IRC server (see RFC 2812 for full list). /#<channel> Assign new default message channel. -/? Print current message channel. ``` ### User Input Key Bindings |