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 /kirc.1 | |
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 'kirc.1')
-rw-r--r-- | kirc.1 | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -60,9 +60,6 @@ Prints the version information to stderr, then exits .BI /<command> Send message to IRC host (e.g. /JOIN, /PART, /WHOIS, etc.) .TP -.BI /? -Print current default message channel -.TP .BI /#<channel> Set default message channel to <channel> .TP |