aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorMichael Czigler <37268479+mcpcpc@users.noreply.github.com>2020-10-15 10:09:58 -0400
committerGitHub <noreply@github.com>2020-10-15 10:09:58 -0400
commit48dfc3e8dd4d036e410919cacecff817f3e1205f (patch)
tree9d6d3c23a07dd44b1d1feddadcab6fc2a7009ed6 /README
parentUpdate README (diff)
downloadkirc-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--README1
1 files changed, 0 insertions, 1 deletions
diff --git a/README b/README
index 88d0e85..f17aac3 100644
--- a/README
+++ b/README
@@ -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